#ifndef __FLOOR_H__ #define __FLOOR_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. // Dispatch interfaces referenced by this interface class CProjection; ///////////////////////////////////////////////////////////////////////////// // CFloor wrapper class class CFloor : public COleDispatchDriver { public: CFloor() {} // Calls COleDispatchDriver default constructor CFloor(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CFloor(const CFloor& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: LPDISPATCH GetParent(); CProjection GetProjection(); // Operations public: }; #endif // __FLOOR_H__