diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-06-28 21:08:49 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-06-28 21:08:49 +0000 |
commit | 66d1eb52b7f3023cfee5c10792a55b6af08eebe4 (patch) | |
tree | a24ae8242fdbe7f5171436f1589b521fa1641f79 /src/protocol.h | |
parent | 932677862376e9642a496a15b7f09f1106f495a5 (diff) | |
download | libbu++-66d1eb52b7f3023cfee5c10792a55b6af08eebe4.tar.gz libbu++-66d1eb52b7f3023cfee5c10792a55b6af08eebe4.tar.bz2 libbu++-66d1eb52b7f3023cfee5c10792a55b6af08eebe4.tar.xz libbu++-66d1eb52b7f3023cfee5c10792a55b6af08eebe4.zip |
Minor update to protocol.
Diffstat (limited to '')
-rw-r--r-- | src/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol.h b/src/protocol.h index c7a9275..bca337f 100644 --- a/src/protocol.h +++ b/src/protocol.h | |||
@@ -16,6 +16,7 @@ namespace Bu | |||
16 | Protocol(); | 16 | Protocol(); |
17 | virtual ~Protocol(); | 17 | virtual ~Protocol(); |
18 | 18 | ||
19 | virtual void onNewConnection( Bu::Client *pClient )=0; | ||
19 | virtual void onNewData( Bu::Client *pClient )=0; | 20 | virtual void onNewData( Bu::Client *pClient )=0; |
20 | 21 | ||
21 | private: | 22 | private: |