diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-07-03 00:55:31 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-07-03 00:55:31 +0000 |
commit | 2913e17def90109ac83922e55a9df8999844ec58 (patch) | |
tree | 435d08bb62e3bfa045bcb4a59a9fcfba049fae1d /src/functionfactory.h | |
parent | a1bc3936b85eab573361026ae323c1a02e0f0ccd (diff) | |
download | build-2913e17def90109ac83922e55a9df8999844ec58.tar.gz build-2913e17def90109ac83922e55a9df8999844ec58.tar.bz2 build-2913e17def90109ac83922e55a9df8999844ec58.tar.xz build-2913e17def90109ac83922e55a9df8999844ec58.zip |
Since libbu++-reorg is now the trunk, build has been updated to work with it.
Diffstat (limited to '')
-rw-r--r-- | src/functionfactory.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/functionfactory.h b/src/functionfactory.h index 0541143..2cc28fe 100644 --- a/src/functionfactory.h +++ b/src/functionfactory.h | |||
@@ -3,11 +3,11 @@ | |||
3 | 3 | ||
4 | #include <stdint.h> | 4 | #include <stdint.h> |
5 | 5 | ||
6 | #include "plugger.h" | 6 | #include "bu/plugger.h" |
7 | #include "singleton.h" | 7 | #include "bu/singleton.h" |
8 | #include "function.h" | 8 | #include "function.h" |
9 | 9 | ||
10 | class FunctionFactory : public Plugger<Function>, public Singleton<FunctionFactory> | 10 | class FunctionFactory : public Bu::Plugger<Function>, public Bu::Singleton<FunctionFactory> |
11 | { | 11 | { |
12 | public: | 12 | public: |
13 | FunctionFactory(); | 13 | FunctionFactory(); |