diff options
Diffstat (limited to 'cpp/src/Glacier2/Blobject.h')
-rw-r--r-- | cpp/src/Glacier2/Blobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Glacier2/Blobject.h b/cpp/src/Glacier2/Blobject.h index 79eeea4c41e..3cafcd503f7 100644 --- a/cpp/src/Glacier2/Blobject.h +++ b/cpp/src/Glacier2/Blobject.h @@ -36,6 +36,7 @@ private: void modifyProxy(Ice::ObjectPrx&, const Ice::Current&) const; + const bool _alwaysBatch; RequestQueuePtr _requestQueue; IceUtil::ThreadControl _requestQueueControl; }; |