home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / Delphi / CompositeComponentsPack / DEMO / BxReg.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1999-02-12  |  1.0 KB  |  36 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1999 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'BxReg.pas' rev: 4.00
  6.  
  7. #ifndef BxRegHPP
  8. #define BxRegHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #include <BxRichTB.hpp>    // Pascal unit
  13. #include <BxDual.hpp>    // Pascal unit
  14. #include <DsgnIntf.hpp>    // Pascal unit
  15. #include <Classes.hpp>    // Pascal unit
  16. #include <SysInit.hpp>    // Pascal unit
  17. #include <System.hpp>    // Pascal unit
  18.  
  19. //-- user supplied -----------------------------------------------------------
  20.  
  21. namespace Bxreg
  22. {
  23. //-- type declarations -------------------------------------------------------
  24. //-- var, const, procedure ---------------------------------------------------
  25. extern PACKAGE void __fastcall Register(void);
  26.  
  27. }    /* namespace Bxreg */
  28. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  29. using namespace Bxreg;
  30. #endif
  31. #pragma option pop    // -w-
  32.  
  33. #pragma delphiheader end.
  34. //-- end unit ----------------------------------------------------------------
  35. #endif    // BxReg
  36.