aboutsummaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2009-01-09 07:55:02 +0000
committerMike Buland <eichlan@xagasoft.com>2009-01-09 07:55:02 +0000
commit861e5bd7d3df941685f048d7039029b83ec87cb9 (patch)
treef82f1a58134f72036a67988237e33ae85bf36e83 /src/client.h
parentaba7c45c2c69d402d1b6fc427cde5bfa4661a0e1 (diff)
downloadlibbu++-861e5bd7d3df941685f048d7039029b83ec87cb9.tar.gz
libbu++-861e5bd7d3df941685f048d7039029b83ec87cb9.tar.bz2
libbu++-861e5bd7d3df941685f048d7039029b83ec87cb9.tar.xz
libbu++-861e5bd7d3df941685f048d7039029b83ec87cb9.zip
Hey, that's better. The server now idles the same, but sends data uber-fast!
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 954f134..2cd700b 100644
--- a/src/client.h
+++ b/src/client.h
@@ -64,6 +64,8 @@ namespace Bu
64 64
65 void onMessage( const Bu::FString &sMsg ); 65 void onMessage( const Bu::FString &sMsg );
66 66
67 bool hasOutput() { return !sWriteBuf.isEmpty(); }
68
67 private: 69 private:
68 Bu::Socket *pSocket; 70 Bu::Socket *pSocket;
69 Bu::Protocol *pProto; 71 Bu::Protocol *pProto;