aboutsummaryrefslogtreecommitdiff
path: root/c++-libbu++/src/protocolgats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++-libbu++/src/protocolgats.cpp')
-rw-r--r--c++-libbu++/src/protocolgats.cpp1
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 )
59void Gats::ProtocolGats::writeObject( Gats::Object *pObj ) 59void Gats::ProtocolGats::writeObject( Gats::Object *pObj )
60{ 60{
61 pStream->writeObject( pObj ); 61 pStream->writeObject( pObj );
62 pUsedClient->flush();
62} 63}
63 64