diff options
author | Mike Buland <eichlan@xagasoft.com> | 2010-10-20 18:35:28 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2010-10-20 18:35:28 +0000 |
commit | b5eb1431c28254bfa90147f9ee4857598384be31 (patch) | |
tree | 4f111a568a975d228730f7b2a4898dc7939c8954 /src/protocolgats.h | |
parent | d14a4c34d01102baa830c6762ef80b0dc6db6389 (diff) | |
download | libgats-b5eb1431c28254bfa90147f9ee4857598384be31.tar.gz libgats-b5eb1431c28254bfa90147f9ee4857598384be31.tar.bz2 libgats-b5eb1431c28254bfa90147f9ee4857598384be31.tar.xz libgats-b5eb1431c28254bfa90147f9ee4857598384be31.zip |
Fixed a few minor things.
Diffstat (limited to 'src/protocolgats.h')
-rw-r--r-- | src/protocolgats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocolgats.h b/src/protocolgats.h index e261ab5..7ed58d4 100644 --- a/src/protocolgats.h +++ b/src/protocolgats.h | |||
@@ -17,7 +17,7 @@ namespace Gats | |||
17 | virtual void onNewConnection( Bu::Client *pClient ); | 17 | virtual void onNewConnection( Bu::Client *pClient ); |
18 | virtual void onNewData( Bu::Client *pClient ); | 18 | virtual void onNewData( Bu::Client *pClient ); |
19 | 19 | ||
20 | virtual void onNewObject( Gats::Object *pObj )=0; | 20 | virtual void onNewObject( Bu::Client *pClient, Gats::Object *pObj )=0; |
21 | 21 | ||
22 | void writeObject( Gats::Object *pObj ); | 22 | void writeObject( Gats::Object *pObj ); |
23 | 23 | ||