From 66d1eb52b7f3023cfee5c10792a55b6af08eebe4 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 28 Jun 2007 21:08:49 +0000 Subject: Minor update to protocol. --- src/protocol.h | 1 + 1 file changed, 1 insertion(+) 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 Protocol(); virtual ~Protocol(); + virtual void onNewConnection( Bu::Client *pClient )=0; virtual void onNewData( Bu::Client *pClient )=0; private: -- cgit v1.2.3