1#ifndef INC_GLOCALLBACK_H
2#define INC_GLOCALLBACK_H
45#include "GloNotifyNote.h"
50 #pragma warning( disable : 4251 )
245 virtual void notify( NotifyNote & rNote );
299 #pragma warning( default : 4251 )
Oberklasse für die Klassen, welche mit einer Base 'verbunden' sind.
Definition GloCallBack.h:81
virtual int getTypeAsString(std::string &rsTypeName)
std::string m_strDebugInfo
Definition GloCallBack.h:111
virtual int setBase(Base *pBase)
virtual void notify(NotifyNote &rNote)
virtual Base * getBase() const
CallBack(const CallBack &rT)
CallBackSpy * m_pSpy
Definition GloCallBack.h:96
Definition GloBasePersistent.h:60