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

  1. //----------------------------------------------------------------------------
  2. // DbXPlor.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
  3. // From: DbXPlor.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef DbXPlorHPP
  6. #define DbXPlorHPP
  7. //----------------------------------------------------------------------------
  8. #ifndef DBTablesHPP
  9. #include <DBTables.hpp>
  10. #endif
  11.  
  12. #ifndef DBHPP
  13. #include <DB.hpp>
  14. #endif
  15.  
  16. #ifndef SystemHPP
  17. #include <System.hpp>
  18. #endif
  19.  
  20. namespace Dbxplor
  21. {
  22. //-- type declarations -------------------------------------------------------
  23. //-- var, const, procedure ---------------------------------------------------
  24. extern void __fastcall DatabaseExplorer(void);
  25. extern void __fastcall ExploreDatabase(Db::TDatabase *ADb);
  26. extern void __fastcall ExploreDataset(Db::TDBDataSet *ADSet);
  27.  
  28. }    /* namespace Dbxplor */
  29. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  30. using namespace Dbxplor;
  31. #endif
  32. //-- end unit ----------------------------------------------------------------
  33. #endif    // DbXPlor
  34.