diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-06-28 21:58:47 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-06-28 21:58:47 +0000 |
commit | afb50f535dd60b485a38f1f1f692b3303e28fecc (patch) | |
tree | a961ea827ff8577dc237c4740525737e932869c8 /src/client.h | |
parent | 66d1eb52b7f3023cfee5c10792a55b6af08eebe4 (diff) | |
download | libbu++-afb50f535dd60b485a38f1f1f692b3303e28fecc.tar.gz libbu++-afb50f535dd60b485a38f1f1f692b3303e28fecc.tar.bz2 libbu++-afb50f535dd60b485a38f1f1f692b3303e28fecc.tar.xz libbu++-afb50f535dd60b485a38f1f1f692b3303e28fecc.zip |
The FString has more things that it can do...now.
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 cee558d..f228e96 100644 --- a/src/client.h +++ b/src/client.h | |||
@@ -25,6 +25,7 @@ namespace Bu | |||
25 | Bu::FString &getInput(); | 25 | Bu::FString &getInput(); |
26 | Bu::FString &getOutput(); | 26 | Bu::FString &getOutput(); |
27 | void write( const char *pData, int nBytes ); | 27 | void write( const char *pData, int nBytes ); |
28 | void read( const char *pData, int nBytes ); | ||
28 | 29 | ||
29 | void setProtocol( Protocol *pProto ); | 30 | void setProtocol( Protocol *pProto ); |
30 | Bu::Protocol *getProtocol(); | 31 | Bu::Protocol *getProtocol(); |