summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/InstrumentationI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/InstrumentationI.cpp')
-rw-r--r--cpp/src/Ice/InstrumentationI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/InstrumentationI.cpp b/cpp/src/Ice/InstrumentationI.cpp
index 3b7ae11a495..5259d4a0441 100644
--- a/cpp/src/Ice/InstrumentationI.cpp
+++ b/cpp/src/Ice/InstrumentationI.cpp
@@ -740,7 +740,7 @@ InvocationObserverI::getRemoteObserver(const ConnectionInfoPtr& connection, cons
return 0;
}
-CommunicatorObserverI::CommunicatorObserverI(const MetricsAdminIPtr& metrics) :
+CommunicatorObserverI::CommunicatorObserverI(const IceInternal::MetricsAdminIPtr& metrics) :
_metrics(metrics),
_connections(metrics, "Connection"),
_dispatch(metrics, "Dispatch"),
@@ -891,7 +891,7 @@ CommunicatorObserverI::getDispatchObserver(const Current& current)
return 0;
}
-const MetricsAdminIPtr&
+const IceInternal::MetricsAdminIPtr&
CommunicatorObserverI::getMetricsAdmin() const
{
return _metrics;