summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/ObserverHelper.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-09-06 14:32:45 +0200
committerBenoit Foucher <benoit@zeroc.com>2012-09-06 14:32:45 +0200
commit55653e8e80f1a4ed1c54742de9fdb81cc1ca0bd9 (patch)
tree859ce7d45c580afb8abf6c9c86296e795d8e4a19 /cpp/include/Ice/ObserverHelper.h
parentAdded Python properties demo, fixed bugs (diff)
downloadice-55653e8e80f1a4ed1c54742de9fdb81cc1ca0bd9.tar.bz2
ice-55653e8e80f1a4ed1c54742de9fdb81cc1ca0bd9.tar.xz
ice-55653e8e80f1a4ed1c54742de9fdb81cc1ca0bd9.zip
Performance improvments
Diffstat (limited to 'cpp/include/Ice/ObserverHelper.h')
-rw-r--r--cpp/include/Ice/ObserverHelper.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/include/Ice/ObserverHelper.h b/cpp/include/Ice/ObserverHelper.h
index b9261167799..be7b4475aab 100644
--- a/cpp/include/Ice/ObserverHelper.h
+++ b/cpp/include/Ice/ObserverHelper.h
@@ -100,7 +100,9 @@ class ICE_API InvocationObserver : public ObserverHelperT<Ice::Instrumentation::
public:
InvocationObserver(IceProxy::Ice::Object*, const std::string&, const Ice::Context*);
- InvocationObserver();
+ InvocationObserver()
+ {
+ }
void attach(IceProxy::Ice::Object*, const std::string&, const Ice::Context*);