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

Modified Files:
        Profile.h 
Log Message:
FlushAll() should be bool, not void

Index: Profile.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Profile.h,v
retrieving revision 1.82
retrieving revision 1.83
diff -b -u -2 -r1.82 -r1.83
--- Profile.h   18 Sep 2003 16:30:42 -0000      1.82
+++ Profile.h   27 Sep 2003 23:23:00 -0000      1.83
@@ -126,6 +126,6 @@
    static void DeleteGlobalConfig();
 
-   /// Flush all (disk-based) profiles now
-   static void FlushAll();
+   /// Flush all (disk-based) profiles now, return true if ok, false on error
+   static bool FlushAll();
 
    /// some characters are invalid in the profile name, replace them



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to