summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/InstrumentationI.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-10-08 16:40:05 +0200
committerBenoit Foucher <benoit@zeroc.com>2012-10-08 16:40:05 +0200
commit584067449d1685602179d14570bbef1d160198ca (patch)
tree4d04010f9a682314b9d287e3a4e05dccc7445adb /cpp/src/Ice/InstrumentationI.cpp
parentRemove auto_ptr instances introduced in mx branch (diff)
downloadice-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.cpp1
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"),