]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/dbbrowse/doc.h
no changes, testing cvs logging
[wxWidgets.git] / demos / dbbrowse / doc.h
index 50a761071692187aa132c0cadd200f06d07107f1..473089075f0d0bf89d918c1c4a79f2c55ef15bc0 100644 (file)
@@ -20,7 +20,7 @@ class DSN
 };
 //----------------------------------------------------------------------------------------
  // Global structure for holding ODBC connection information
-extern struct DbStuff DbConnectInf;
+extern wxDbConnectInf DbConnectInf;
 //----------------------------------------------------------------------------------------
 extern wxConfigBase   *p_ProgramCfg;       // All Config and Path information
 extern wxLogTextCtrl  *p_LogBook;          // All Log messages
@@ -29,12 +29,12 @@ extern wxString        LogBuf;             // String for all Logs
 class PgmCtrl;             // Declared in PgmCtrl.h file
 class DocSplitterWindow;   // Declared at the end of the file
 //----------------------------------------------------------------------------------------
-class mjDoc
+class MainDoc
 {
  public:
  //---------------------------------------------------------------------------------------
-  mjDoc();
-  virtual ~mjDoc();
+  MainDoc();
+  virtual ~MainDoc();
   int Sash;
  //---------------------------------------------------------------------------------------
  //-- declare document Vars here ---------------------------------------------------------
@@ -72,7 +72,7 @@ class mjDoc
 class DocSplitterWindow: public wxSplitterWindow
 {
  public:
mjDoc *pDoc;
MainDoc *pDoc;
  DocSplitterWindow(wxWindow *parent, wxWindowID id);
  virtual bool OnSashPositionChange(int newSashPosition)
  {