browsedb.cpp browsedb.h doc.cpp doc.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
//----------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------
|
||||||
// Global structure for holding ODBC connection information
|
// Global structure for holding ODBC connection information
|
||||||
// - darf nur einmal im Projekte definiert werden ?? Extra Databasse Klasse ?
|
// - darf nur einmal im Projekte definiert werden ?? Extra Databasse Klasse ?
|
||||||
struct wxDbConnectInf ConnectInf; // F<>r DBase
|
wxDbConnectInf ConnectInf; // F<>r DBase
|
||||||
//----------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------
|
||||||
extern wxDbList* WXDLLEXPORT PtrBegDbList; /* from db.cpp, used in getting back error results from db connections */
|
extern wxDbList* WXDLLEXPORT PtrBegDbList; /* from db.cpp, used in getting back error results from db connections */
|
||||||
//----------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
//----------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------
|
||||||
// Global structure for holding ODBC connection information
|
// Global structure for holding ODBC connection information
|
||||||
//----------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------
|
||||||
extern struct wxDbConnectInf DbConnectInf;
|
extern wxDbConnectInf DbConnectInf;
|
||||||
class MainDoc;
|
class MainDoc;
|
||||||
//----------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------
|
||||||
class BrowserDB
|
class BrowserDB
|
||||||
|
@@ -33,7 +33,7 @@
|
|||||||
//----------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------
|
||||||
//-- Some Global Vars for all Files (extern in ?.h needed) -------------------------------
|
//-- Some Global Vars for all Files (extern in ?.h needed) -------------------------------
|
||||||
// Global structure for holding ODBC connection information
|
// Global structure for holding ODBC connection information
|
||||||
struct wxDbConnectInf DbConnectInf;
|
wxDbConnectInf DbConnectInf;
|
||||||
//----------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------
|
||||||
wxConfigBase *p_ProgramCfg; // All Config and Path information
|
wxConfigBase *p_ProgramCfg; // All Config and Path information
|
||||||
wxLogTextCtrl *p_LogBook; // All Log messages
|
wxLogTextCtrl *p_LogBook; // All Log messages
|
||||||
|
@@ -20,7 +20,7 @@ class DSN
|
|||||||
};
|
};
|
||||||
//----------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------
|
||||||
// Global structure for holding ODBC connection information
|
// Global structure for holding ODBC connection information
|
||||||
extern struct wxDbConnectInf DbConnectInf;
|
extern wxDbConnectInf DbConnectInf;
|
||||||
//----------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------
|
||||||
extern wxConfigBase *p_ProgramCfg; // All Config and Path information
|
extern wxConfigBase *p_ProgramCfg; // All Config and Path information
|
||||||
extern wxLogTextCtrl *p_LogBook; // All Log messages
|
extern wxLogTextCtrl *p_LogBook; // All Log messages
|
||||||
|
Reference in New Issue
Block a user