diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-02-06 11:43:41 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-02-06 11:43:41 +0100 |
commit | e591999d8782430e68c5917552ae50aa9bcf1e9d (patch) | |
tree | 287d1d317c8d60cbbe76e63bcbed20e75e12cee6 /cpp/src/Ice/TcpEndpointI.h | |
parent | Minor fix to Ice discovery hello server configuration (diff) | |
download | ice-e591999d8782430e68c5917552ae50aa9bcf1e9d.tar.bz2 ice-e591999d8782430e68c5917552ae50aa9bcf1e9d.tar.xz ice-e591999d8782430e68c5917552ae50aa9bcf1e9d.zip |
Added C++ plugins for endpoint factories, cleaned up registration of WS factories
Diffstat (limited to 'cpp/src/Ice/TcpEndpointI.h')
-rw-r--r-- | cpp/src/Ice/TcpEndpointI.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/Ice/TcpEndpointI.h b/cpp/src/Ice/TcpEndpointI.h index b5dfaf1c901..2525d940168 100644 --- a/cpp/src/Ice/TcpEndpointI.h +++ b/cpp/src/Ice/TcpEndpointI.h @@ -69,6 +69,7 @@ class TcpEndpointFactory : public EndpointFactory { public: + TcpEndpointFactory(const ProtocolInstancePtr&); virtual ~TcpEndpointFactory(); virtual Ice::Short type() const; @@ -81,9 +82,6 @@ public: private: - TcpEndpointFactory(const ProtocolInstancePtr&); - friend class Instance; - ProtocolInstancePtr _instance; }; |