diff options
-rw-r--r-- | c++-libbu++/src/protocolgats.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/c++-libbu++/src/protocolgats.cpp b/c++-libbu++/src/protocolgats.cpp index 2430100..bc8f0c5 100644 --- a/c++-libbu++/src/protocolgats.cpp +++ b/c++-libbu++/src/protocolgats.cpp | |||
@@ -59,5 +59,6 @@ void Gats::ProtocolGats::onNewData( Bu::Client *pClient ) | |||
59 | void Gats::ProtocolGats::writeObject( Gats::Object *pObj ) | 59 | void Gats::ProtocolGats::writeObject( Gats::Object *pObj ) |
60 | { | 60 | { |
61 | pStream->writeObject( pObj ); | 61 | pStream->writeObject( pObj ); |
62 | pUsedClient->flush(); | ||
62 | } | 63 | } |
63 | 64 | ||