31 #ifndef __KMAIL_ISUBJECT_H__ 32 #define __KMAIL_ISUBJECT_H__ 34 #include "interfaces/observable.h" 36 #include <tqvaluevector.h> 44 class ISubject : public Interface::Observable { 49 void attach( Interface::Observer * ); 52 void detach( Interface::Observer * ); 58 TQValueVector<Interface::Observer*> mObserverList; 63 #endif // __KMAIL_ISUBJECT_H__
|