#ifndef __CANDLE_H__ #define __CANDLE_H__ // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. ///////////////////////////////////////////////////////////////////////////// // CCandle wrapper class class CCandle : public COleDispatchDriver { public: CCandle() {} // Calls COleDispatchDriver default constructor CCandle(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CCandle(const CCandle& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: BOOL GetIsComplex(); void SetIsComplex(BOOL); LPDISPATCH GetParent(); // Operations public: }; #endif // __CANDLE_H__