aboutsummaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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;