#ifndef __CEILING_H__ #define __CEILING_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; ///////////////////////////////////////////////////////////////////////////// // CCeiling wrapper class class CCeiling : public COleDispatchDriver { public: CCeiling() {} // Calls COleDispatchDriver default constructor CCeiling(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CCeiling(const CCeiling& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: LPDISPATCH GetParent(); CProjection GetProjection(); // Operations public: }; #endif // __CEILING_H__