summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Instance.h')
-rw-r--r--cpp/src/Ice/Instance.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/Instance.h b/cpp/src/Ice/Instance.h
index cbf6ad36ecf..2c840985fe6 100644
--- a/cpp/src/Ice/Instance.h
+++ b/cpp/src/Ice/Instance.h
@@ -66,6 +66,7 @@ public:
ConnectionMonitorPtr connectionMonitor() const;
ObjectFactoryManagerPtr servantFactoryManager() const;
ObjectAdapterFactoryPtr objectAdapterFactory() const;
+ ProtocolSupport protocolSupport() const;
ThreadPoolPtr clientThreadPool();
ThreadPoolPtr serverThreadPool();
SelectorThreadPtr selectorThread();
@@ -123,6 +124,7 @@ private:
ConnectionMonitorPtr _connectionMonitor;
ObjectFactoryManagerPtr _servantFactoryManager;
ObjectAdapterFactoryPtr _objectAdapterFactory;
+ ProtocolSupport _protocolSupport;
ThreadPoolPtr _clientThreadPool;
ThreadPoolPtr _serverThreadPool;
SelectorThreadPtr _selectorThread;