Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ setObserverUpdater()

virtual void Ice::Instrumentation::CommunicatorObserver::setObserverUpdater ( const ObserverUpdaterPtr & updater)
pure virtual

Sets the observer updater.

The Ice runtime calls this method when the communicator is initialized. The add-in implementing this interface can use this object to get the Ice run-time to re-obtain observers for observed objects.

Parameters
updaterThe observer updater object.