Author: wyoung
Date: Wed Mar 28 17:34:32 2007
New Revision: 1471

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1471&view=rev
Log:
Another simplification tweak

Modified:
    trunk/examples/vstudio/mfc/mfc_dlg.cpp
    trunk/examples/vstudio/mfc/mfc_dlg.h

Modified: trunk/examples/vstudio/mfc/mfc_dlg.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/vstudio/mfc/mfc_dlg.cpp?rev=1471&r1=1470&r2=1471&view=diff
==============================================================================
--- trunk/examples/vstudio/mfc/mfc_dlg.cpp (original)
+++ trunk/examples/vstudio/mfc/mfc_dlg.cpp Wed Mar 28 17:34:32 2007
@@ -39,7 +39,7 @@
 //// ctor //////////////////////////////////////////////////////////////
 
 CExampleDlg::CExampleDlg(CWnd* pParent) :
-CDialog(CExampleDlg::IDD, pParent)
+CDialog(IDD_MFC_DIALOG, pParent)
 {
        // Load default input values from registry, if we can
        HKEY key = OpenSettingsRegistryKey();

Modified: trunk/examples/vstudio/mfc/mfc_dlg.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/vstudio/mfc/mfc_dlg.h?rev=1471&r1=1470&r2=1471&view=diff
==============================================================================
--- trunk/examples/vstudio/mfc/mfc_dlg.h (original)
+++ trunk/examples/vstudio/mfc/mfc_dlg.h Wed Mar 28 17:34:32 2007
@@ -34,10 +34,6 @@
        CExampleDlg(CWnd* pParent = 0);
 
        //// Public data
-       // Dialog ID
-       enum { IDD = IDD_MFC_DIALOG };
-
-       // Dialog box control variables
        CString sServerAddress;
        CString sUserName;
        CString sPassword;


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to