home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // DbXPlor.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: DbXPlor.pas
- //----------------------------------------------------------------------------
- #ifndef DbXPlorHPP
- #define DbXPlorHPP
- //----------------------------------------------------------------------------
- #ifndef DBTablesHPP
- #include <DBTables.hpp>
- #endif
-
- #ifndef DBHPP
- #include <DB.hpp>
- #endif
-
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Dbxplor
- {
- //-- type declarations -------------------------------------------------------
- //-- var, const, procedure ---------------------------------------------------
- extern void __fastcall DatabaseExplorer(void);
- extern void __fastcall ExploreDatabase(Db::TDatabase *ADb);
- extern void __fastcall ExploreDataset(Db::TDBDataSet *ADSet);
-
- } /* namespace Dbxplor */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Dbxplor;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DbXPlor
-