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.h | |
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.h')
-rw-r--r-- | cpp/src/Ice/InstrumentationI.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/Ice/InstrumentationI.h b/cpp/src/Ice/InstrumentationI.h index 98d57454a3c..b6d64806413 100644 --- a/cpp/src/Ice/InstrumentationI.h +++ b/cpp/src/Ice/InstrumentationI.h @@ -51,7 +51,7 @@ class CommunicatorObserverI : public Ice::Instrumentation::CommunicatorObserver { public: - CommunicatorObserverI(const MetricsAdminIPtr&); + CommunicatorObserverI(const IceInternal::MetricsAdminIPtr&); virtual void setObserverUpdater(const Ice::Instrumentation::ObserverUpdaterPtr&); @@ -79,11 +79,11 @@ public: virtual Ice::Instrumentation::ObserverPtr getDispatchObserver(const Ice::Current&); - const MetricsAdminIPtr& getMetricsAdmin() const; + const IceInternal::MetricsAdminIPtr& getMetricsAdmin() const; private: - const MetricsAdminIPtr _metrics; + const IceInternal::MetricsAdminIPtr _metrics; ObserverFactoryT<ConnectionObserverI> _connections; ObserverFactoryT<ObserverI> _dispatch; |