Update of /cvsroot/mahogany/M/src/classes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30506/src/classes

Modified Files:
        MApplication.cpp 
Log Message:
Prevent a few compiler warnings when USE_DIALUP is not defined

Index: MApplication.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MApplication.cpp,v
retrieving revision 1.290
retrieving revision 1.291
diff -b -u -2 -r1.290 -r1.291
--- MApplication.cpp    16 Jan 2004 23:37:34 -0000      1.290
+++ MApplication.cpp    17 Mar 2004 10:01:01 -0000      1.291
@@ -1156,5 +1156,9 @@
 
 void
-MAppBase::SendOutbox(const String & outbox, bool checkOnline ) const
+MAppBase::SendOutbox(const String & outbox, bool 
+#ifdef USE_DIALUP
+                     checkOnline 
+#endif
+                     ) const
 {
    CHECK_RET( outbox.length(), _T("missing outbox folder name") );



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to