summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ConnectionFactory.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2006-05-31 13:24:28 +0000
committerMatthew Newhook <matthew@zeroc.com>2006-05-31 13:24:28 +0000
commit094c2a78f911433b144293817d881c0c009e06f3 (patch)
tree22ac0ce362a7ff32b53e7dfc5bcebcab393549c7 /cpp/src/Ice/ConnectionFactory.h
parentSave now applies if needed (diff)
downloadice-094c2a78f911433b144293817d881c0c009e06f3.tar.bz2
ice-094c2a78f911433b144293817d881c0c009e06f3.tar.xz
ice-094c2a78f911433b144293817d881c0c009e06f3.zip
Added support for IceSSL.TrustOnly. Fixed bug with allTests.py script.
Added -R option to allTests.py.
Diffstat (limited to 'cpp/src/Ice/ConnectionFactory.h')
-rw-r--r--cpp/src/Ice/ConnectionFactory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/ConnectionFactory.h b/cpp/src/Ice/ConnectionFactory.h
index cbcd11f03cd..c9de437408d 100644
--- a/cpp/src/Ice/ConnectionFactory.h
+++ b/cpp/src/Ice/ConnectionFactory.h
@@ -90,7 +90,8 @@ public:
private:
- IncomingConnectionFactory(const InstancePtr&, const EndpointIPtr&, const Ice::ObjectAdapterPtr&);
+ IncomingConnectionFactory(const InstancePtr&, const EndpointIPtr&, const Ice::ObjectAdapterPtr&,
+ const std::string&);
virtual ~IncomingConnectionFactory();
friend class Ice::ObjectAdapterI;