diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-09-17 10:16:43 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-09-17 10:16:43 +0200 |
commit | 5a85eebb5e9162260ffb93f217b16f229976288b (patch) | |
tree | 93ca91d69e9303d4895d743b7bc08d77741bdb7f /cpp/src/Ice/InstrumentationI.cpp | |
parent | Fixed to remove need for calling updateViews after map registration (diff) | |
download | ice-5a85eebb5e9162260ffb93f217b16f229976288b.tar.bz2 ice-5a85eebb5e9162260ffb93f217b16f229976288b.tar.xz ice-5a85eebb5e9162260ffb93f217b16f229976288b.zip |
Moved some MX classes to IceInternal
Diffstat (limited to 'cpp/src/Ice/InstrumentationI.cpp')
-rw-r--r-- | cpp/src/Ice/InstrumentationI.cpp | 4 |
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; |