diff options
author | Mike Buland <eichlan@xagasoft.com> | 2010-01-07 00:34:39 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2010-01-07 00:34:39 +0000 |
commit | b07c2de16ae8dfa2c0fc4a594deddacc46386216 (patch) | |
tree | d826b88d8d3c17a821325d6dec3f7fa82549f842 /src | |
parent | 17c92cf5b2b0dfdfdbbdb5c41354634ca98ae1b4 (diff) | |
download | libbu++-b07c2de16ae8dfa2c0fc4a594deddacc46386216.tar.gz libbu++-b07c2de16ae8dfa2c0fc4a594deddacc46386216.tar.bz2 libbu++-b07c2de16ae8dfa2c0fc4a594deddacc46386216.tar.xz libbu++-b07c2de16ae8dfa2c0fc4a594deddacc46386216.zip |
A bunch of things weren't including their own files in quite the correct way...
Diffstat (limited to 'src')
-rw-r--r-- | src/archival.cpp | 2 | ||||
-rw-r--r-- | src/clientlinkfactory.cpp | 2 | ||||
-rw-r--r-- | src/exceptionbase.cpp | 2 | ||||
-rw-r--r-- | src/fbasicstring.cpp | 2 | ||||
-rw-r--r-- | src/fifo.cpp | 2 | ||||
-rw-r--r-- | src/file.cpp | 2 | ||||
-rw-r--r-- | src/formatter.cpp | 2 | ||||
-rw-r--r-- | src/formula.cpp | 2 | ||||
-rw-r--r-- | src/hash.cpp | 2 | ||||
-rw-r--r-- | src/heap.cpp | 2 | ||||
-rw-r--r-- | src/ito.cpp | 4 | ||||
-rw-r--r-- | src/itocondition.cpp | 2 | ||||
-rw-r--r-- | src/itomutex.cpp | 2 | ||||
-rw-r--r-- | src/itoserver.cpp | 2 | ||||
-rw-r--r-- | src/md5.cpp | 2 | ||||
-rw-r--r-- | src/paramproc.cpp | 2 | ||||
-rw-r--r-- | src/plugger.cpp | 2 | ||||
-rw-r--r-- | src/process.cpp | 2 | ||||
-rw-r--r-- | src/server.cpp | 2 | ||||
-rw-r--r-- | src/set.cpp | 2 | ||||
-rw-r--r-- | src/sha1.cpp | 2 | ||||
-rw-r--r-- | src/stack.cpp | 2 | ||||
-rw-r--r-- | src/unitsuite.cpp | 2 | ||||
-rw-r--r-- | src/win32_compatibility.cpp | 2 |
24 files changed, 25 insertions, 25 deletions
diff --git a/src/archival.cpp b/src/archival.cpp index cae183a..cba9282 100644 --- a/src/archival.cpp +++ b/src/archival.cpp | |||
@@ -5,7 +5,7 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "archival.h" | 8 | #include "bu/archival.h" |
9 | 9 | ||
10 | Bu::Archival::Archival() | 10 | Bu::Archival::Archival() |
11 | { | 11 | { |
diff --git a/src/clientlinkfactory.cpp b/src/clientlinkfactory.cpp index 28a7791..f869eb3 100644 --- a/src/clientlinkfactory.cpp +++ b/src/clientlinkfactory.cpp | |||
@@ -5,7 +5,7 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "clientlinkfactory.h" | 8 | #include "bu/clientlinkfactory.h" |
9 | 9 | ||
10 | Bu::ClientLinkFactory::ClientLinkFactory() | 10 | Bu::ClientLinkFactory::ClientLinkFactory() |
11 | { | 11 | { |
diff --git a/src/exceptionbase.cpp b/src/exceptionbase.cpp index b3f06f4..410aa1e 100644 --- a/src/exceptionbase.cpp +++ b/src/exceptionbase.cpp | |||
@@ -5,7 +5,7 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "exceptionbase.h" | 8 | #include "bu/exceptionbase.h" |
9 | #include <stdarg.h> | 9 | #include <stdarg.h> |
10 | #include <string.h> | 10 | #include <string.h> |
11 | #include <stdio.h> | 11 | #include <stdio.h> |
diff --git a/src/fbasicstring.cpp b/src/fbasicstring.cpp index 6ef4893..049ff2f 100644 --- a/src/fbasicstring.cpp +++ b/src/fbasicstring.cpp | |||
@@ -5,5 +5,5 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "fbasicstring.h" | 8 | #include "bu/fbasicstring.h" |
9 | 9 | ||
diff --git a/src/fifo.cpp b/src/fifo.cpp index f72e965..1bbab37 100644 --- a/src/fifo.cpp +++ b/src/fifo.cpp | |||
@@ -5,7 +5,7 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "fifo.h" | 8 | #include "bu/fifo.h" |
9 | #include <errno.h> | 9 | #include <errno.h> |
10 | #include <sys/types.h> | 10 | #include <sys/types.h> |
11 | #include <sys/stat.h> | 11 | #include <sys/stat.h> |
diff --git a/src/file.cpp b/src/file.cpp index 1c26001..f5b16fa 100644 --- a/src/file.cpp +++ b/src/file.cpp | |||
@@ -5,7 +5,7 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "file.h" | 8 | #include "bu/file.h" |
9 | #include <errno.h> | 9 | #include <errno.h> |
10 | #include <sys/types.h> | 10 | #include <sys/types.h> |
11 | #include <sys/stat.h> | 11 | #include <sys/stat.h> |
diff --git a/src/formatter.cpp b/src/formatter.cpp index 14f70ed..2e3aee2 100644 --- a/src/formatter.cpp +++ b/src/formatter.cpp | |||
@@ -5,7 +5,7 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "formatter.h" | 8 | #include "bu/formatter.h" |
9 | 9 | ||
10 | #include <string.h> | 10 | #include <string.h> |
11 | 11 | ||
diff --git a/src/formula.cpp b/src/formula.cpp index 3f52cad..b6b55b3 100644 --- a/src/formula.cpp +++ b/src/formula.cpp | |||
@@ -5,7 +5,7 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "formula.h" | 8 | #include "bu/formula.h" |
9 | 9 | ||
10 | namespace Bu | 10 | namespace Bu |
11 | { | 11 | { |
diff --git a/src/hash.cpp b/src/hash.cpp index dfd5d80..904c2dc 100644 --- a/src/hash.cpp +++ b/src/hash.cpp | |||
@@ -5,7 +5,7 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "hash.h" | 8 | #include "bu/hash.h" |
9 | 9 | ||
10 | namespace Bu { subExceptionDef( HashException ) } | 10 | namespace Bu { subExceptionDef( HashException ) } |
11 | 11 | ||
diff --git a/src/heap.cpp b/src/heap.cpp index 01a5f50..b72f83e 100644 --- a/src/heap.cpp +++ b/src/heap.cpp | |||
@@ -5,6 +5,6 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "heap.h" | 8 | #include "bu/heap.h" |
9 | 9 | ||
10 | namespace Bu { subExceptionDef( HeapException ) } | 10 | namespace Bu { subExceptionDef( HeapException ) } |
diff --git a/src/ito.cpp b/src/ito.cpp index 3fbaf83..c8b3d68 100644 --- a/src/ito.cpp +++ b/src/ito.cpp | |||
@@ -5,8 +5,8 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "ito.h" | 8 | #include "bu/ito.h" |
9 | #include "osx_compatibility.h" | 9 | #include "bu/osx_compatibility.h" |
10 | 10 | ||
11 | Bu::Ito::Ito() | 11 | Bu::Ito::Ito() |
12 | { | 12 | { |
diff --git a/src/itocondition.cpp b/src/itocondition.cpp index bf2965c..3975991 100644 --- a/src/itocondition.cpp +++ b/src/itocondition.cpp | |||
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | #include <sys/time.h> | 8 | #include <sys/time.h> |
9 | 9 | ||
10 | #include "itocondition.h" | 10 | #include "bu/itocondition.h" |
11 | 11 | ||
12 | Bu::ItoCondition::ItoCondition() | 12 | Bu::ItoCondition::ItoCondition() |
13 | { | 13 | { |
diff --git a/src/itomutex.cpp b/src/itomutex.cpp index 080d003..75b776b 100644 --- a/src/itomutex.cpp +++ b/src/itomutex.cpp | |||
@@ -5,7 +5,7 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "itomutex.h" | 8 | #include "bu/itomutex.h" |
9 | 9 | ||
10 | Bu::ItoMutex::ItoMutex() | 10 | Bu::ItoMutex::ItoMutex() |
11 | { | 11 | { |
diff --git a/src/itoserver.cpp b/src/itoserver.cpp index c7328b4..83d2e9f 100644 --- a/src/itoserver.cpp +++ b/src/itoserver.cpp | |||
@@ -10,7 +10,7 @@ | |||
10 | #include "bu/serversocket.h" | 10 | #include "bu/serversocket.h" |
11 | #include "bu/client.h" | 11 | #include "bu/client.h" |
12 | #include "bu/socket.h" | 12 | #include "bu/socket.h" |
13 | #include "osx_compatibility.h" | 13 | #include "bu/osx_compatibility.h" |
14 | 14 | ||
15 | Bu::ItoServer::ItoServer() : | 15 | Bu::ItoServer::ItoServer() : |
16 | nTimeoutSec( 1 ), | 16 | nTimeoutSec( 1 ), |
diff --git a/src/md5.cpp b/src/md5.cpp index 8d7b7c9..c2feca4 100644 --- a/src/md5.cpp +++ b/src/md5.cpp | |||
@@ -8,7 +8,7 @@ | |||
8 | #include <stdio.h> | 8 | #include <stdio.h> |
9 | #include <stdlib.h> | 9 | #include <stdlib.h> |
10 | #include <string.h> | 10 | #include <string.h> |
11 | #include "md5.h" | 11 | #include "bu/md5.h" |
12 | #include "bu/stream.h" | 12 | #include "bu/stream.h" |
13 | 13 | ||
14 | 14 | ||
diff --git a/src/paramproc.cpp b/src/paramproc.cpp index fb07894..8f25942 100644 --- a/src/paramproc.cpp +++ b/src/paramproc.cpp | |||
@@ -5,7 +5,7 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "paramproc.h" | 8 | #include "bu/paramproc.h" |
9 | #include <stdio.h> | 9 | #include <stdio.h> |
10 | #include <stdlib.h> | 10 | #include <stdlib.h> |
11 | #include <string.h> | 11 | #include <string.h> |
diff --git a/src/plugger.cpp b/src/plugger.cpp index 6ff31c4..8a1ed47 100644 --- a/src/plugger.cpp +++ b/src/plugger.cpp | |||
@@ -5,6 +5,6 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "plugger.h" | 8 | #include "bu/plugger.h" |
9 | 9 | ||
10 | namespace Bu { subExceptionDef( PluginException ) } | 10 | namespace Bu { subExceptionDef( PluginException ) } |
diff --git a/src/process.cpp b/src/process.cpp index 1c18626..1ec4f6a 100644 --- a/src/process.cpp +++ b/src/process.cpp | |||
@@ -5,7 +5,7 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "process.h" | 8 | #include "bu/process.h" |
9 | #include <sys/types.h> | 9 | #include <sys/types.h> |
10 | #include <sys/wait.h> | 10 | #include <sys/wait.h> |
11 | #include <unistd.h> | 11 | #include <unistd.h> |
diff --git a/src/server.cpp b/src/server.cpp index 804ec70..1217b19 100644 --- a/src/server.cpp +++ b/src/server.cpp | |||
@@ -11,7 +11,7 @@ | |||
11 | #include "bu/serversocket.h" | 11 | #include "bu/serversocket.h" |
12 | #include "bu/client.h" | 12 | #include "bu/client.h" |
13 | #include "bu/socket.h" | 13 | #include "bu/socket.h" |
14 | #include "osx_compatibility.h" | 14 | #include "bu/osx_compatibility.h" |
15 | 15 | ||
16 | Bu::Server::Server() : | 16 | Bu::Server::Server() : |
17 | nTimeoutSec( 0 ), | 17 | nTimeoutSec( 0 ), |
diff --git a/src/set.cpp b/src/set.cpp index 6f5a54c..3aa31fe 100644 --- a/src/set.cpp +++ b/src/set.cpp | |||
@@ -5,7 +5,7 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "set.h" | 8 | #include "bu/set.h" |
9 | 9 | ||
10 | namespace Bu { subExceptionDef( SetException ) } | 10 | namespace Bu { subExceptionDef( SetException ) } |
11 | 11 | ||
diff --git a/src/sha1.cpp b/src/sha1.cpp index 8a75b97..1d6ae76 100644 --- a/src/sha1.cpp +++ b/src/sha1.cpp | |||
@@ -9,7 +9,7 @@ | |||
9 | #include <string.h> | 9 | #include <string.h> |
10 | #include <stdlib.h> | 10 | #include <stdlib.h> |
11 | 11 | ||
12 | #include "sha1.h" | 12 | #include "bu/sha1.h" |
13 | 13 | ||
14 | Sha1::Sha1() : | 14 | Sha1::Sha1() : |
15 | H0( 0x67452301 ), | 15 | H0( 0x67452301 ), |
diff --git a/src/stack.cpp b/src/stack.cpp index 684037b..8cc40f2 100644 --- a/src/stack.cpp +++ b/src/stack.cpp | |||
@@ -5,4 +5,4 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "stack.h" | 8 | #include "bu/stack.h" |
diff --git a/src/unitsuite.cpp b/src/unitsuite.cpp index cdd6a2a..d2e67ba 100644 --- a/src/unitsuite.cpp +++ b/src/unitsuite.cpp | |||
@@ -5,7 +5,7 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "unitsuite.h" | 8 | #include "bu/unitsuite.h" |
9 | 9 | ||
10 | Bu::UnitSuite::UnitSuite() : | 10 | Bu::UnitSuite::UnitSuite() : |
11 | iOptions( 0 ) | 11 | iOptions( 0 ) |
diff --git a/src/win32_compatibility.cpp b/src/win32_compatibility.cpp index c30f4a2..4179000 100644 --- a/src/win32_compatibility.cpp +++ b/src/win32_compatibility.cpp | |||
@@ -5,7 +5,7 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "win32_compatibility.h" | 8 | #include "bu/win32_compatibility.h" |
9 | 9 | ||
10 | #ifdef WIN32 | 10 | #ifdef WIN32 |
11 | 11 | ||