diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-10-08 16:40:05 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-10-08 16:40:05 +0200 |
commit | 584067449d1685602179d14570bbef1d160198ca (patch) | |
tree | 4d04010f9a682314b9d287e3a4e05dccc7445adb /cpp/src/Ice/InstrumentationI.cpp | |
parent | Remove auto_ptr instances introduced in mx branch (diff) | |
download | ice-584067449d1685602179d14570bbef1d160198ca.tar.bz2 ice-584067449d1685602179d14570bbef1d160198ca.tar.xz ice-584067449d1685602179d14570bbef1d160198ca.zip |
Fixed Win32 build issues, IceStorm test failure
Diffstat (limited to 'cpp/src/Ice/InstrumentationI.cpp')
-rw-r--r-- | cpp/src/Ice/InstrumentationI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/InstrumentationI.cpp b/cpp/src/Ice/InstrumentationI.cpp index 25852e35b0b..e07d378d7cc 100644 --- a/cpp/src/Ice/InstrumentationI.cpp +++ b/cpp/src/Ice/InstrumentationI.cpp @@ -740,6 +740,7 @@ InvocationObserverI::getRemoteObserver(const ConnectionInfoPtr& connection, cons } CommunicatorObserverI::CommunicatorObserverI(const IceInternal::MetricsAdminIPtr& metrics) : + _metrics(metrics), _connections(metrics, "Connection"), _dispatch(metrics, "Dispatch"), _invocations(metrics, "Invocation"), |