diff options
Diffstat (limited to 'cpp/src/Ice/ObjectAdapterFactory.h')
-rw-r--r-- | cpp/src/Ice/ObjectAdapterFactory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/ObjectAdapterFactory.h b/cpp/src/Ice/ObjectAdapterFactory.h index 5473a990c8a..7af6b0f6abb 100644 --- a/cpp/src/Ice/ObjectAdapterFactory.h +++ b/cpp/src/Ice/ObjectAdapterFactory.h @@ -41,6 +41,7 @@ private: InstancePtr _instance; ::Ice::CommunicatorPtr _communicator; std::map<std::string, ::Ice::ObjectAdapterIPtr> _adapters; + bool _waitForShutdown; }; } |