diff options
Diffstat (limited to 'cppe/src/IceE/Communicator.cpp')
-rwxr-xr-x | cppe/src/IceE/Communicator.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cppe/src/IceE/Communicator.cpp b/cppe/src/IceE/Communicator.cpp index 8860542402e..eddb7af3c21 100755 --- a/cppe/src/IceE/Communicator.cpp +++ b/cppe/src/IceE/Communicator.cpp @@ -113,18 +113,6 @@ Ice::Communicator::createObjectAdapterWithRouter(const string& name, const Route #endif -void -Ice::Communicator::setDefaultContext(const Context& ctx) -{ - _instance->setDefaultContext(ctx); -} - -Ice::Context -Ice::Communicator::getDefaultContext() const -{ - return _instance->getDefaultContext()->getValue(); -} - PropertiesPtr Ice::Communicator::getProperties() const { |