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 22 of file BoxDecoratorImpl.cpp.
#define VERIFY_LOCATION |
if (!m_bLocationSet) \ return E_DECORATOR_LOCISNOTSET;
Definition at line 26 of file BoxDecoratorImpl.cpp.