diff options
Diffstat (limited to 'cpp/include/Ice/ProtocolPluginFacade.h')
-rw-r--r-- | cpp/include/Ice/ProtocolPluginFacade.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/include/Ice/ProtocolPluginFacade.h b/cpp/include/Ice/ProtocolPluginFacade.h index b18016f1f8a..17034f1d516 100644 --- a/cpp/include/Ice/ProtocolPluginFacade.h +++ b/cpp/include/Ice/ProtocolPluginFacade.h @@ -17,6 +17,7 @@ #include <Ice/EndpointFactoryF.h> #include <Ice/InstanceF.h> #include <Ice/EndpointIF.h> +#include <Ice/NetworkF.h> #include <Ice/Protocol.h> namespace IceInternal @@ -74,6 +75,11 @@ public: bool preferIPv6() const; // + // Get the network proxy. + // + NetworkProxyPtr getNetworkProxy() const; + + // // Register an EndpointFactory. // void addEndpointFactory(const EndpointFactoryPtr&) const; |