diff options
Diffstat (limited to 'src')
-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: |