diff options
Diffstat (limited to 'cppe/src/IceE/Communicator.cpp')
-rwxr-xr-x | cppe/src/IceE/Communicator.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/src/IceE/Communicator.cpp b/cppe/src/IceE/Communicator.cpp index d0a63453f64..6101ab82c61 100755 --- a/cppe/src/IceE/Communicator.cpp +++ b/cppe/src/IceE/Communicator.cpp @@ -14,7 +14,7 @@ #include <IceE/ProxyFactory.h> #include <IceE/LoggerUtil.h> #include <IceE/LocalException.h> -
+ #ifndef ICEE_PURE_CLIENT # include <IceE/ObjectAdapterFactory.h> #endif @@ -136,7 +136,7 @@ Ice::Communicator::createObjectAdapter(const string& name) { throw CommunicatorDestroyedException(__FILE__, __LINE__); } -
+ assert(_instance); ObjectAdapterPtr adapter = _instance->objectAdapterFactory()->createObjectAdapter(name); |