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/src/IceE/Instance.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/src/IceE/Instance.h')
-rw-r--r-- | cppe/src/IceE/Instance.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cppe/src/IceE/Instance.h b/cppe/src/IceE/Instance.h index 0b40da1ed2e..bb278faa0ac 100644 --- a/cppe/src/IceE/Instance.h +++ b/cppe/src/IceE/Instance.h @@ -28,6 +28,7 @@ #include <IceE/Shared.h> #include <IceE/RecMutex.h> #include <IceE/Initialize.h> +#include <IceE/SharedContext.h> #include <IceE/Identity.h> namespace IceInternal @@ -56,6 +57,10 @@ public: #ifdef ICEE_HAS_BATCH void flushBatchRequests(); #endif + + void setDefaultContext(const ::Ice::Context&); + SharedContextPtr getDefaultContext() const; + #ifndef ICEE_PURE_BLOCKING_CLIENT size_t threadPerConnectionStackSize() const; #endif @@ -104,6 +109,7 @@ private: #ifndef ICEE_PURE_CLIENT ObjectAdapterFactoryPtr _objectAdapterFactory; #endif + SharedContextPtr _defaultContext; }; class UTF8BufferI : public Ice::UTF8Buffer |