home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / ZDCL.HPP < prev    next >
C/C++ Source or Header  |  1997-02-14  |  2KB  |  54 lines

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