summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Proxy.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-09-17 22:46:33 +0000
committerMarc Laukien <marc@zeroc.com>2001-09-17 22:46:33 +0000
commit6c323b7b00e20264de18bb9309f914556bb27f13 (patch)
treedba6b51496728c9001d735542babe2666948182e /cpp/src/Ice/Proxy.cpp
parenttons of fixes (diff)
downloadice-6c323b7b00e20264de18bb9309f914556bb27f13.tar.bz2
ice-6c323b7b00e20264de18bb9309f914556bb27f13.tar.xz
ice-6c323b7b00e20264de18bb9309f914556bb27f13.zip
Fixes
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r--cpp/src/Ice/Proxy.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp
index 0636e65b353..a096a2a08cf 100644
--- a/cpp/src/Ice/Proxy.cpp
+++ b/cpp/src/Ice/Proxy.cpp
@@ -498,6 +498,7 @@ IceDelegateM::Ice::Object::~Object()
const EmitterPtr&
IceDelegateM::Ice::Object::__emitter()
{
+ assert(_emitter);
return _emitter;
}
@@ -559,4 +560,5 @@ IceDelegateM::Ice::Object::setup(const ReferencePtr& reference)
EmitterFactoryPtr factory = _reference->instance->emitterFactory();
_emitter = factory->create(endpoints);
+ assert(_emitter);
}