summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Communicator.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-04-26 15:57:47 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-04-26 15:57:47 +0000
commitc75114dc63456ca789af2922f1f87356f8c89544 (patch)
tree417ea67e43316186cd80a334a665e6e997c3c0f6 /cppe/src/IceE/Communicator.cpp
parentRemoved LocalObject (diff)
downloadice-c75114dc63456ca789af2922f1f87356f8c89544.tar.bz2
ice-c75114dc63456ca789af2922f1f87356f8c89544.tar.xz
ice-c75114dc63456ca789af2922f1f87356f8c89544.zip
Removed default context support
Diffstat (limited to 'cppe/src/IceE/Communicator.cpp')
-rwxr-xr-xcppe/src/IceE/Communicator.cpp12
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
{