#ifndef __DERIVEDDOUBLE_H__ #define __DERIVEDDOUBLE_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. ///////////////////////////////////////////////////////////////////////////// // CDerivedDouble wrapper class class CDerivedDouble : public COleDispatchDriver { public: CDerivedDouble() {} // Calls COleDispatchDriver default constructor CDerivedDouble(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CDerivedDouble(const CDerivedDouble& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: double GetValue(); void SetValue(double); double Get_Value(); void Set_Value(double); BOOL GetIsDefault(); void SetIsDefault(BOOL); LPDISPATCH GetParent(); // Operations public: }; #endif // __DERIVEDDOUBLE_H__