diff options
Diffstat (limited to 'cpp/src/Ice/Instance.h')
-rw-r--r-- | cpp/src/Ice/Instance.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/Instance.h b/cpp/src/Ice/Instance.h index 1f919b35c68..4f31513345f 100644 --- a/cpp/src/Ice/Instance.h +++ b/cpp/src/Ice/Instance.h @@ -74,6 +74,7 @@ public: DynamicLibraryListPtr dynamicLibraryList(); Ice::PluginManagerPtr pluginManager(); size_t messageSizeMax() const; + void flushBatchRequests(); private: |