GME  13
Defines
BoxDecoratorImpl.cpp File Reference

Go to the source code of this file.

Defines

#define VERIFY_INITIALIZATION
#define VERIFY_LOCATION

Define Documentation

Value:
if (!m_pElementDecorator)                                       \
                return E_DECORATOR_UNINITIALIZED;

Definition at line 22 of file BoxDecoratorImpl.cpp.

#define VERIFY_LOCATION
Value:
if (!m_bLocationSet)                                            \
                return E_DECORATOR_LOCISNOTSET;

Definition at line 26 of file BoxDecoratorImpl.cpp.