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

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

Index: Profile.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/Profile.cpp,v
retrieving revision 1.148
retrieving revision 1.149
diff -b -u -2 -r1.148 -r1.149
--- Profile.cpp 27 Sep 2003 23:16:34 -0000      1.148
+++ Profile.cpp 27 Sep 2003 23:23:00 -0000      1.149
@@ -1206,8 +1206,7 @@
 // ----------------------------------------------------------------------------
 
-void Profile::FlushAll()
+bool Profile::FlushAll()
 {
-   if ( gs_allConfigSources )
-      gs_allConfigSources->FlushAll();
+   return gs_allConfigSources ? gs_allConfigSources->FlushAll() : true;
 }
 



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