diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-10-06 15:21:18 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-10-06 15:21:18 +0000 |
commit | 3a8c1051d39e2d5dae76dd7d146be46ca85e1ecf (patch) | |
tree | 3f90cde49d025a2f6afb05cfe77f1f6f36bb9f66 /cpp/src/Ice/EndpointFactoryManager.h | |
parent | Updated properties. (diff) | |
download | ice-3a8c1051d39e2d5dae76dd7d146be46ca85e1ecf.tar.bz2 ice-3a8c1051d39e2d5dae76dd7d146be46ca85e1ecf.tar.xz ice-3a8c1051d39e2d5dae76dd7d146be46ca85e1ecf.zip |
Bug 395 - Added pseudo INVADDR_ANY support
Diffstat (limited to 'cpp/src/Ice/EndpointFactoryManager.h')
-rw-r--r-- | cpp/src/Ice/EndpointFactoryManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/EndpointFactoryManager.h b/cpp/src/Ice/EndpointFactoryManager.h index b51c3484bc6..93f44710688 100644 --- a/cpp/src/Ice/EndpointFactoryManager.h +++ b/cpp/src/Ice/EndpointFactoryManager.h @@ -28,7 +28,7 @@ public: void add(const EndpointFactoryPtr&); EndpointFactoryPtr get(::Ice::Short) const; - EndpointIPtr create(const std::string&) const; + EndpointIPtr create(const std::string&, bool) const; EndpointIPtr read(BasicStream*) const; private: |