diff options
author | Mike Buland <eichlan@xagasoft.com> | 2008-02-10 19:17:56 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2008-02-10 19:17:56 +0000 |
commit | 5093edfb74b24c5782591af0d85134c295c6b0e6 (patch) | |
tree | da2b3fae2b811aa92128c2d06ead4abc4e1e2839 /src/server.h | |
parent | d0c6349244bdf859d10f6644b67b8baf4629eed2 (diff) | |
download | libbu++-5093edfb74b24c5782591af0d85134c295c6b0e6.tar.gz libbu++-5093edfb74b24c5782591af0d85134c295c6b0e6.tar.bz2 libbu++-5093edfb74b24c5782591af0d85134c295c6b0e6.tar.xz libbu++-5093edfb74b24c5782591af0d85134c295c6b0e6.zip |
Huh, forgot to commit the rest of the updates/changes/etc for the new
sever/client-link system.
Diffstat (limited to '')
-rw-r--r-- | src/server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server.h b/src/server.h index b296bf8..49fc72a 100644 --- a/src/server.h +++ b/src/server.h | |||
@@ -67,7 +67,7 @@ namespace Bu | |||
67 | SrvClientLink( Bu::Client *pClient ); | 67 | SrvClientLink( Bu::Client *pClient ); |
68 | virtual ~SrvClientLink(); | 68 | virtual ~SrvClientLink(); |
69 | 69 | ||
70 | virtual void sendMsg( const Bu::FString &sMsg ); | 70 | virtual void sendMessage( const Bu::FString &sMsg ); |
71 | 71 | ||
72 | private: | 72 | private: |
73 | Bu::Client *pClient; | 73 | Bu::Client *pClient; |