diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-09-06 14:32:45 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-09-06 14:32:45 +0200 |
commit | 55653e8e80f1a4ed1c54742de9fdb81cc1ca0bd9 (patch) | |
tree | 859ce7d45c580afb8abf6c9c86296e795d8e4a19 /cpp/include/Ice/ObserverHelper.h | |
parent | Added Python properties demo, fixed bugs (diff) | |
download | ice-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.h | 4 |
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*); |