home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / ZDCL.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-06  |  1.7 KB  |  65 lines

  1. //----------------------------------------------------------------------------
  2. // zDCL.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
  3. // From: zDCL.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef zDCLHPP
  6. #define zDCLHPP
  7. //----------------------------------------------------------------------------
  8. #ifndef LibMainHPP
  9. #include <LibMain.hpp>
  10. #endif
  11.  
  12. #ifndef ZVCLHPP
  13. #include <ZVCL.hpp>
  14. #endif
  15.  
  16. #ifndef ZsrvHPP
  17. #include <Zsrv.hpp>
  18. #endif
  19.  
  20. #ifndef OLE2HPP
  21. #include <OLE2.hpp>
  22. #endif
  23.  
  24. #ifndef WindowsHPP
  25. #include <Windows.hpp>
  26. #endif
  27.  
  28. #ifndef SystemHPP
  29. #include <System.hpp>
  30. #endif
  31.  
  32. namespace Zdcl
  33. {
  34. //-- type declarations -------------------------------------------------------
  35. class __declspec(delphiclass) IComplibDispatch;
  36. class __declspec(pascalimplementation) IComplibDispatch : public Zsrv::IApplicationDispatch
  37. {
  38.     typedef IComplibDispatch ThisClass;
  39.     typedef Zsrv::IApplicationDispatch inherited;
  40.     
  41. private:
  42.     void __fastcall GetForms(Ole2::TDispParams &Params, System::PVariant varResult, System::Longint &SCode
  43.         );
  44.     
  45. public:
  46.     virtual void __fastcall DefineCustomProps(void);
  47. public:
  48.     /* !! ICustomDispatch.Create */ __fastcall virtual IComplibDispatch(System::TObject *Obj) : Zsrv::IApplicationDispatch(
  49.         Obj) { }
  50.     
  51. public:
  52.     /* !! IObjectDispatch.Destroy */ __fastcall virtual ~IComplibDispatch(void) { }
  53.     
  54. };
  55.  
  56. //-- var, const, procedure ---------------------------------------------------
  57. extern Ole2::TGUID AppID;
  58.  
  59. }    /* namespace Zdcl */
  60. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  61. using namespace Zdcl;
  62. #endif
  63. //-- end unit ----------------------------------------------------------------
  64. #endif    // zDCL
  65.