summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/EndpointFactoryManager.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-10-06 15:21:18 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-10-06 15:21:18 +0000
commit3a8c1051d39e2d5dae76dd7d146be46ca85e1ecf (patch)
tree3f90cde49d025a2f6afb05cfe77f1f6f36bb9f66 /cpp/src/Ice/EndpointFactoryManager.h
parentUpdated properties. (diff)
downloadice-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.h2
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: