From fe1862511da4a6d66e2f11ba633c035c3cf7b14f Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 8 Oct 2007 04:11:56 +0000 Subject: 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. --- src/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client.h') 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 Bu::FString &getInput(); Bu::FString &getOutput(); + void write( const Bu::FString &sData ); void write( const void *pData, int nBytes ); void write( int8_t nData ); void write( int16_t nData ); -- cgit v1.2.3