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

  1. //----------------------------------------------------------------------------
  2. // DBReg.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
  3. // From: DBReg.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef DBRegHPP
  6. #define DBRegHPP
  7. //----------------------------------------------------------------------------
  8. #ifndef SystemHPP
  9. #include <System.hpp>
  10. #endif
  11.  
  12. namespace Dbreg
  13. {
  14. //-- type declarations -------------------------------------------------------
  15. //-- var, const, procedure ---------------------------------------------------
  16. extern void __fastcall Register(void);
  17.  
  18. }    /* namespace Dbreg */
  19. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  20. using namespace Dbreg;
  21. #endif
  22. //-- end unit ----------------------------------------------------------------
  23. #endif    // DBReg
  24.