diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-10-08 04:11:56 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-10-08 04:11:56 +0000 |
commit | fe1862511da4a6d66e2f11ba633c035c3cf7b14f (patch) | |
tree | 5b7b4d863c0b26390ae7f786b23485341c0ebd50 /src/client.h | |
parent | d8ba63fd2b512297b42b8b7db877205ab287e067 (diff) | |
download | libbu++-fe1862511da4a6d66e2f11ba633c035c3cf7b14f.tar.gz libbu++-fe1862511da4a6d66e2f11ba633c035c3cf7b14f.tar.bz2 libbu++-fe1862511da4a6d66e2f11ba633c035c3cf7b14f.tar.xz libbu++-fe1862511da4a6d66e2f11ba633c035c3cf7b14f.zip |
Added some helpers and fixes to Bu::Client, also got all the basics of a
general Http handler working, the test for the moment, is Doxysrv, I'll probably
write a cute little stand-alone one in libbu++ later as a demo/test.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 0b670e2..517131a 100644 --- a/src/client.h +++ b/src/client.h | |||
@@ -25,6 +25,7 @@ namespace Bu | |||
25 | 25 | ||
26 | Bu::FString &getInput(); | 26 | Bu::FString &getInput(); |
27 | Bu::FString &getOutput(); | 27 | Bu::FString &getOutput(); |
28 | void write( const Bu::FString &sData ); | ||
28 | void write( const void *pData, int nBytes ); | 29 | void write( const void *pData, int nBytes ); |
29 | void write( int8_t nData ); | 30 | void write( int8_t nData ); |
30 | void write( int16_t nData ); | 31 | void write( int16_t nData ); |