diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-10-27 04:44:46 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-10-27 04:44:46 +0000 |
commit | 9906ffe3c54875133448134c09ec12a0949d48cd (patch) | |
tree | 0542fef3d27e796700b87b44394a3ad31dd5b852 /src/conduit.cpp | |
parent | 411f240da34bab53cd18aa8b7ba09834ede49b1c (diff) | |
parent | 029b5d159023f4dad607359dbfaa2479e21fe9e5 (diff) | |
download | libbu++-9906ffe3c54875133448134c09ec12a0949d48cd.tar.gz libbu++-9906ffe3c54875133448134c09ec12a0949d48cd.tar.bz2 libbu++-9906ffe3c54875133448134c09ec12a0949d48cd.tar.xz libbu++-9906ffe3c54875133448134c09ec12a0949d48cd.zip |
Reorg'd! I merged in the release-fixup branch and fixed all random warnings.
I also cleaned up the build script, the symlink generation is faster and looks
nicer, there's one think left to fix there, but it's not too bad.
Diffstat (limited to 'src/conduit.cpp')
-rw-r--r-- | src/conduit.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/conduit.cpp b/src/conduit.cpp index cfa93d8..c9ccdc4 100644 --- a/src/conduit.cpp +++ b/src/conduit.cpp | |||
@@ -116,15 +116,15 @@ Bu::size Bu::Conduit::tell() | |||
116 | return sRet; | 116 | return sRet; |
117 | } | 117 | } |
118 | 118 | ||
119 | void Bu::Conduit::seek( Bu::size offset ) | 119 | void Bu::Conduit::seek( Bu::size ) |
120 | { | 120 | { |
121 | } | 121 | } |
122 | 122 | ||
123 | void Bu::Conduit::setPos( Bu::size pos ) | 123 | void Bu::Conduit::setPos( Bu::size ) |
124 | { | 124 | { |
125 | } | 125 | } |
126 | 126 | ||
127 | void Bu::Conduit::setPosEnd( Bu::size pos ) | 127 | void Bu::Conduit::setPosEnd( Bu::size ) |
128 | { | 128 | { |
129 | } | 129 | } |
130 | 130 | ||
@@ -203,7 +203,7 @@ void Bu::Conduit::setBlocking( bool bBlocking ) | |||
203 | im.unlock(); | 203 | im.unlock(); |
204 | } | 204 | } |
205 | 205 | ||
206 | void Bu::Conduit::setSize( Bu::size iSize ) | 206 | void Bu::Conduit::setSize( Bu::size ) |
207 | { | 207 | { |
208 | } | 208 | } |
209 | 209 | ||