diff options
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; |