Inheritance diagram for NameGallery::NameGalleryTimer:
Public Member Functions | |
NameGalleryTimer (NameGallery *pOwner) | |
virtual void | Notify () |
Public Attributes | |
NameGallery * | m_pOwner |
Definition at line 232 of file ngcore.h.
|
Definition at line 235 of file ngcore.h. 00235 : m_pOwner(pOwner) {}
|
|
Reimplemented from KernelTimer. Definition at line 236 of file ngcore.h. 00236 {m_pOwner->OnTimerEvent();}
|
|
|