10#if !defined __GUIDELETENOTIFICATION__H_
11#define __GUIDELETENOTIFICATION__H_
64 if (NULL != m_pbDeletedFlag)
66 *m_pbDeletedFlag =
true;
77 m_pbDeletedFlag = &bDeleted;
83 m_pbDeletedFlag = NULL;
87 eC_Bool* m_pbDeletedFlag;
Class that sets a local variable to True if the object has been deleted.
Definition: GUIDeleteNotification.h:51
virtual ~CGUIDeleteNotification()
Definition: GUIDeleteNotification.h:62
void InitDeletedFlag(eC_Bool &bDeleted)
Definition: GUIDeleteNotification.h:74
void ResetDeletedFlag()
Resets the internal flag pointer to NULL.
Definition: GUIDeleteNotification.h:81
CGUIDeleteNotification()
CGUIDeleteNotification constructor.
Definition: GUIDeleteNotification.h:54