summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/CommunicatorI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.h')
-rw-r--r--cpp/src/Ice/CommunicatorI.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/src/Ice/CommunicatorI.h b/cpp/src/Ice/CommunicatorI.h
index d85eb8efbad..b6945753c90 100644
--- a/cpp/src/Ice/CommunicatorI.h
+++ b/cpp/src/Ice/CommunicatorI.h
@@ -14,6 +14,7 @@
#include <IceUtil/RecMutex.h>
#include <Ice/ThreadPoolF.h>
+#include <Ice/DynamicLibraryF.h>
#include <Ice/Initialize.h>
#include <Ice/Communicator.h>
@@ -79,6 +80,12 @@ private:
// well.
//
::IceInternal::ThreadPoolPtr _serverThreadPool;
+
+ //
+ // We don't want the dynamic libraries to be unloaded until the
+ // Communicator's destructor is invoked.
+ //
+ ::IceInternal::DynamicLibraryListPtr _dynamicLibraryList;
};
}