GME
13
|
Go to the source code of this file.
Defines | |
#define | VERIFY_INITIALIZATION |
#define | VERIFY_LOCATION |
#define VERIFY_INITIALIZATION |
if (!m_pElementDecorator) \ return E_DECORATOR_UNINITIALIZED;
Definition at line 23 of file AnnotatorDecoratorImpl.cpp.
#define VERIFY_LOCATION |
if (!m_bLocationSet) \ return E_DECORATOR_LOCISNOTSET;
Definition at line 27 of file AnnotatorDecoratorImpl.cpp.