diff options
Diffstat (limited to 'cpp/src/Ice/ConnectionFactory.h')
-rw-r--r-- | cpp/src/Ice/ConnectionFactory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/ConnectionFactory.h b/cpp/src/Ice/ConnectionFactory.h index dc34fab9e80..ff6a4813c17 100644 --- a/cpp/src/Ice/ConnectionFactory.h +++ b/cpp/src/Ice/ConnectionFactory.h @@ -119,7 +119,8 @@ private: IncomingConnectionFactoryPtr _factory; }; friend class ThreadPerAcceptor; - + IceUtil::ThreadPtr _threadPerAcceptor; + AcceptorPtr _acceptor; const TransceiverPtr _transceiver; const EndpointPtr _endpoint; |