diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-07-28 20:35:26 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-07-28 20:35:26 +0000 |
commit | a7270eb607bf5602b6f10dbd2e78da18e4f3d6fb (patch) | |
tree | ef3ca6c6da06abf84b16fcb3eff00f36ab5d65d3 /cppe/include/IceE/Communicator.h | |
parent | cleaning up the Ruby settings (diff) | |
download | ice-a7270eb607bf5602b6f10dbd2e78da18e4f3d6fb.tar.bz2 ice-a7270eb607bf5602b6f10dbd2e78da18e4f3d6fb.tar.xz ice-a7270eb607bf5602b6f10dbd2e78da18e4f3d6fb.zip |
restored setDefaultContext
Diffstat (limited to 'cppe/include/IceE/Communicator.h')
-rwxr-xr-x | cppe/include/IceE/Communicator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cppe/include/IceE/Communicator.h b/cppe/include/IceE/Communicator.h index 67ba848eac3..e07b013c9da 100755 --- a/cppe/include/IceE/Communicator.h +++ b/cppe/include/IceE/Communicator.h @@ -41,7 +41,9 @@ public: ObjectAdapterPtr createObjectAdapterWithRouter(const std::string&, const RouterPrx&); #endif + void setDefaultContext(const Context&); Context getDefaultContext() const; + PropertiesPtr getProperties() const; LoggerPtr getLogger() const; |