#include <fndSTRING.h>#include <evhCALLBACK.h>#include <evhOBJ_CALLBACK.h>#include <evhTASK.h>#include <evhCOMMAND.h>Include dependency graph for trkwsSELF_CMD.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | trkwsSELF_CMD |
Defines | |
| #define | DELETE_OBJECT(object) |
|
|
Value: do \
{ \
if (object != NULL) \
{ \
delete object; \
object = NULL; \
} \
} while (0) |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001