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

Modified Files:
        Filters.cpp 
Log Message:
Cleaned up RefCounter and WeakRef interfaces

Index: Filters.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/Filters.cpp,v
retrieving revision 1.166
retrieving revision 1.167
diff -b -u -2 -r1.166 -r1.167
--- Filters.cpp 13 Oct 2003 00:41:13 -0000      1.166
+++ Filters.cpp 16 Oct 2003 12:17:10 -0000      1.167
@@ -3564,5 +3564,5 @@
    CHECK( folder, false, _T("Copied to null folder?") );
    RefCounter<Profile> profile(folder->GetProfile());
-   return READ_CONFIG_BOOL(profile.Get(),MP_TREAT_AS_JUNK_MAIL_FOLDER);
+   return READ_CONFIG_BOOL(profile.get(),MP_TREAT_AS_JUNK_MAIL_FOLDER);
 }
 



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to