#define AEC_DECLARE_MEMBERS( ClassName ) \
\
ODRX_DECLARE_MEMBERS( ClassName ); \
\
private: \
OdRxModulePtr m_pModule; \
public: \
static const OdUInt16 m_AECType; \
static const OdUInt16 m_ver; \
public: \
ClassName(); \
virtual ~ClassName(); \
public: \
virtual OdUInt16 GetAECType() const; \
void referenceModule(); \
\
virtual OdResult dwgInFieldsEx( AECDbDwgFiler* pFiler ); \
virtual void dwgOutFieldsEx( AECDbDwgFiler* pFiler ) const; \
\
virtual OdResult dxfInFields( OdDbDxfFiler* pFiler ); \
virtual void dxfOutFields( OdDbDxfFiler* pFiler ) const