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

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

Index: Driver.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/mail/Driver.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -u -2 -r1.1 -r1.2
--- Driver.h    14 Jul 2002 23:41:22 -0000      1.1
+++ Driver.h    22 Jul 2003 22:01:39 -0000      1.2
@@ -214,4 +214,6 @@
 
    //@}
+
+   DECLARE_NO_COPY_CLASS(MFDriver)
 };
 

Index: ServerInfo.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/mail/ServerInfo.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -u -2 -r1.4 -r1.5
--- ServerInfo.h        12 Sep 2002 02:36:48 -0000      1.4
+++ ServerInfo.h        22 Jul 2003 22:01:39 -0000      1.5
@@ -187,5 +187,6 @@
      (by default: no connection caching)
     */
-   virtual bool CanBeUsedFor(const MFolder *folder) const { return false; }
+   virtual bool CanBeUsedFor(const MFolder * /* folder */) const
+      { return false; }
 
    //@}



-------------------------------------------------------
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