Represents the base class for Ice observers. More...
#include <Ice/Ice.h>
Public Member Functions | |
virtual void | attach ()=0 |
Notifies the observer that an instrumented object was created. | |
virtual void | detach ()=0 |
Notifies the observer that an instrumented object was destroyed. | |
virtual void | failed (const std::string &exceptionName)=0 |
Notifies the observer of a failure. |
Represents the base class for Ice observers.
Definition at line 107 of file Instrumentation.h.