summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ReferenceFactory.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-11-21 17:13:19 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-11-21 17:13:19 +0000
commit551f6ce11e2c94772209b13e0e5c8230fc2c50d3 (patch)
tree4c057360e217cc4b5ea3951e90ef59b3b30b7bf7 /cpp/src/Ice/ReferenceFactory.h
parentFix (diff)
downloadice-551f6ce11e2c94772209b13e0e5c8230fc2c50d3.tar.bz2
ice-551f6ce11e2c94772209b13e0e5c8230fc2c50d3.tar.xz
ice-551f6ce11e2c94772209b13e0e5c8230fc2c50d3.zip
Added Ice.Default.PreferSecure
Diffstat (limited to 'cpp/src/Ice/ReferenceFactory.h')
-rw-r--r--cpp/src/Ice/ReferenceFactory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/ReferenceFactory.h b/cpp/src/Ice/ReferenceFactory.h
index 49f6c04a470..f012d8e284d 100644
--- a/cpp/src/Ice/ReferenceFactory.h
+++ b/cpp/src/Ice/ReferenceFactory.h
@@ -32,13 +32,13 @@ public:
// Create a direct reference.
//
ReferencePtr create(const ::Ice::Identity&, const SharedContextPtr&, const ::std::string&,
- Reference::Mode, bool, const ::std::vector<EndpointIPtr>&,
+ Reference::Mode, bool, bool, const ::std::vector<EndpointIPtr>&,
const RouterInfoPtr&, bool);
//
// Create an indirect reference.
//
ReferencePtr create(const ::Ice::Identity&, const SharedContextPtr&, const ::std::string&,
- Reference::Mode, bool, const ::std::string&,
+ Reference::Mode, bool, bool, const ::std::string&,
const RouterInfoPtr&, const LocatorInfoPtr&, bool, int);
//
// Create a fixed reference.