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

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