Searched refs:IComponentAttachNotifier (Results 1 – 4 of 4) sorted by relevance
46 class IComponentAttachNotifier {48 IComponentAttachNotifier() {}; /**< Default interface constructor */ in IComponentAttachNotifier() function49 virtual ~IComponentAttachNotifier() {}; /**< Default interface destructor */ in ~IComponentAttachNotifier()
122 void set_notifier(IComponentAttachNotifier *notifier);147 IComponentAttachNotifier *m_notifier; /**< Optional attachement notifier interface. */220 template<class T> void componentAttachPt<T>::set_notifier(IComponentAttachNotifier *notifier) in set_notifier()
37 class errLogAttachMonitor : public IComponentAttachNotifier
209 class monAttachNotify : public IComponentAttachNotifier