home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // DbXPlor.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: DbXPlor.pas
- //----------------------------------------------------------------------------
- #ifndef DbXPlorHPP
- #define DbXPlorHPP
- //----------------------------------------------------------------------------
- #include <DBTables.hpp>
- #include <DB.hpp>
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- 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);
- extern void __fastcall finalization(void);
-
- } /* namespace Dbxplor */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Dbxplor;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // DbXPlor
-