home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // zDCL.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: zDCL.pas
- //----------------------------------------------------------------------------
- #ifndef zDCLHPP
- #define zDCLHPP
- //----------------------------------------------------------------------------
- #ifndef LibMainHPP
- #include <LibMain.hpp>
- #endif
-
- #ifndef ZVCLHPP
- #include <ZVCL.hpp>
- #endif
-
- #ifndef ZsrvHPP
- #include <Zsrv.hpp>
- #endif
-
- #ifndef OLE2HPP
- #include <OLE2.hpp>
- #endif
-
- #ifndef WindowsHPP
- #include <Windows.hpp>
- #endif
-
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Zdcl
- {
- //-- type declarations -------------------------------------------------------
- class __declspec(delphiclass) IComplibDispatch;
- class __declspec(pascalimplementation) IComplibDispatch : public Zsrv::IApplicationDispatch
- {
- typedef IComplibDispatch ThisClass;
- typedef Zsrv::IApplicationDispatch inherited;
-
- private:
- void __fastcall GetForms(Ole2::TDispParams &Params, System::PVariant varResult, System::Longint &SCode
- );
-
- public:
- virtual void __fastcall DefineCustomProps(void);
- public:
- /* !! ICustomDispatch.Create */ __fastcall virtual IComplibDispatch(System::TObject *Obj) : Zsrv::IApplicationDispatch(
- Obj) { }
-
- public:
- /* !! IObjectDispatch.Destroy */ __fastcall virtual ~IComplibDispatch(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern Ole2::TGUID AppID;
-
- } /* namespace Zdcl */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Zdcl;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // zDCL
-