diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-05-11 12:33:14 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-05-11 12:33:14 -0230 |
commit | 1fb6c38f2f6e33e3ef804aafda324c1bcb0ac7b5 (patch) | |
tree | d95f06135aa5844e5d914e8bb37b96d4b2401dca /cpp/src/Ice/ReferenceFactory.cpp | |
parent | Bug 3885 - do not use localhost as node name in demos (diff) | |
download | ice-1fb6c38f2f6e33e3ef804aafda324c1bcb0ac7b5.tar.bz2 ice-1fb6c38f2f6e33e3ef804aafda324c1bcb0ac7b5.tar.xz ice-1fb6c38f2f6e33e3ef804aafda324c1bcb0ac7b5.zip |
Bug 3878 - remove some deprecated features
Diffstat (limited to 'cpp/src/Ice/ReferenceFactory.cpp')
-rw-r--r-- | cpp/src/Ice/ReferenceFactory.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Ice/ReferenceFactory.cpp b/cpp/src/Ice/ReferenceFactory.cpp index d4b93d58a5c..0cbad088dcc 100644 --- a/cpp/src/Ice/ReferenceFactory.cpp +++ b/cpp/src/Ice/ReferenceFactory.cpp @@ -85,7 +85,6 @@ IceInternal::ReferenceFactory::create(const Identity& ident, const Ice::Connecti return new FixedReference(_instance, _communicator, ident, - _instance->getDefaultContext(), "", // Facet Reference::ModeTwoway, false, @@ -801,7 +800,6 @@ IceInternal::ReferenceFactory::create(const Identity& ident, return new RoutableReference(_instance, _communicator, ident, - _instance->getDefaultContext(), facet, mode, secure, |