Update of /cvsroot/mahogany/M/src/util
In directory sc8-pr-cvs1:/tmp/cvs-serv21540/src/util

Modified Files:
        strutil.cpp upgrade.cpp 
Log Message:
fixes for VC++ 6 warnings not disabled any more in wx/defs.h

Index: strutil.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/strutil.cpp,v
retrieving revision 1.111
retrieving revision 1.112
diff -b -u -2 -r1.111 -r1.112
--- strutil.cpp 20 Feb 2003 01:49:41 -0000      1.111
+++ strutil.cpp 22 Jul 2003 22:01:42 -0000      1.112
@@ -1169,4 +1169,6 @@
    strutil_RegEx(const String &pattern, int flags)
       : wxRegEx(pattern, flags) { }
+
+   DECLARE_NO_COPY_CLASS(strutil_RegEx)
 };
 

Index: upgrade.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/upgrade.cpp,v
retrieving revision 1.205
retrieving revision 1.206
diff -b -u -2 -r1.205 -r1.206
--- upgrade.cpp 22 Jul 2003 17:58:15 -0000      1.205
+++ upgrade.cpp 22 Jul 2003 22:01:42 -0000      1.206
@@ -378,4 +378,5 @@
 
    DECLARE_EVENT_TABLE()
+   DECLARE_NO_COPY_CLASS(InstallWizardPage)
 };
 
@@ -397,4 +398,5 @@
 
    DECLARE_EVENT_TABLE()
+   DECLARE_NO_COPY_CLASS(InstallWizardWelcomePage)
 };
 
@@ -413,4 +415,6 @@
               *m_organization,
               *m_email;
+
+   DECLARE_NO_COPY_CLASS(InstallWizardIdentityPage)
 };
 
@@ -437,4 +441,5 @@
 
    DECLARE_EVENT_TABLE()
+   DECLARE_NO_COPY_CLASS(InstallWizardServersPage)
 };
 
@@ -457,4 +462,6 @@
               *m_disconnect;
 #endif // platform
+
+   DECLARE_NO_COPY_CLASS(InstallWizardDialUpPage)
 };
 
@@ -547,4 +554,6 @@
 #endif
              ;
+
+   DECLARE_NO_COPY_CLASS(InstallWizardOperationsPage)
 };
 
@@ -563,4 +572,7 @@
 public:
    InstallWizardMiscPage(wxWizard *wizard);
+
+private:
+   DECLARE_NO_COPY_CLASS(InstallWizardMiscPage)
 };
 
@@ -574,4 +586,5 @@
 private:
    DECLARE_EVENT_TABLE()
+   DECLARE_NO_COPY_CLASS(InstallWizardImportPage)
 };
 
@@ -586,4 +599,6 @@
 private:
    wxCheckBox *m_checkboxSendTestMsg;
+
+   DECLARE_NO_COPY_CLASS(InstallWizardFinalPage)
 };
 
@@ -838,5 +853,5 @@
 }
 
-void InstallWizardWelcomePage::OnUseWizardCheckBox(wxCommandEvent& event)
+void InstallWizardWelcomePage::OnUseWizardCheckBox(wxCommandEvent&)
 {
    m_useWizard = !m_checkbox->GetValue();
@@ -886,5 +901,5 @@
 }
 
-void InstallWizardImportPage::OnImportButton(wxCommandEvent& event)
+void InstallWizardImportPage::OnImportButton(wxCommandEvent&)
 {
    ShowImportDialog(this);



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to