]> git.saurik.com Git - wxWidgets.git/commitdiff
browsedb.cpp browsedb.h doc.cpp doc.h
authorMark Johnson <mj10777@web.de>
Fri, 17 Mar 2000 08:43:57 +0000 (08:43 +0000)
committerMark Johnson <mj10777@web.de>
Fri, 17 Mar 2000 08:43:57 +0000 (08:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

demos/dbbrowse/browsedb.cpp
demos/dbbrowse/browsedb.h
demos/dbbrowse/doc.cpp
demos/dbbrowse/doc.h

index cc3506c06f5d300862c46418dfa9902c06cac046..5163cde98a0ace48284e8cb48e9b46075a7abe06 100644 (file)
@@ -32,7 +32,7 @@
 //----------------------------------------------------------------------------------------
 // Global structure for holding ODBC connection information
 // - 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 */
 //----------------------------------------------------------------------------------------
index 9758ede57cd70ac114b4465fd18c9647799ac6ae..90fcc2bccaa9892524a8999e156f67ec65d20d54 100644 (file)
@@ -14,7 +14,7 @@
 //----------------------------------------------------------------------------------------
 // Global structure for holding ODBC connection information
 //----------------------------------------------------------------------------------------
-extern struct wxDbConnectInf DbConnectInf;
+extern wxDbConnectInf DbConnectInf;
 class MainDoc;
 //----------------------------------------------------------------------------------------
 class BrowserDB
index 73d2936504c6a94aec2e7aed7a426588785d6a5b..01dedcc35708e64e4c5e2c4930ad39a1cb8e69fe 100644 (file)
@@ -33,7 +33,7 @@
 //----------------------------------------------------------------------------------------
 //-- Some Global Vars for all Files (extern in ?.h needed) -------------------------------
 // Global structure for holding ODBC connection information
-struct wxDbConnectInf DbConnectInf;
+wxDbConnectInf DbConnectInf;
 //----------------------------------------------------------------------------------------
 wxConfigBase   *p_ProgramCfg;       // All Config and Path information
 wxLogTextCtrl  *p_LogBook;          // All Log messages
index d831165023c8261cf57dd7025023ceb2eacc97e3..473089075f0d0bf89d918c1c4a79f2c55ef15bc0 100644 (file)
@@ -20,7 +20,7 @@ class DSN
 };
 //----------------------------------------------------------------------------------------
  // Global structure for holding ODBC connection information
-extern struct wxDbConnectInf DbConnectInf;
+extern wxDbConnectInf DbConnectInf;
 //----------------------------------------------------------------------------------------
 extern wxConfigBase   *p_ProgramCfg;       // All Config and Path information
 extern wxLogTextCtrl  *p_LogBook;          // All Log messages