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

Modified Files:
        MailFolderCC.cpp 
Log Message:
gcc4 compilation fix: friend declarations are not injected into containing scope

Index: MailFolderCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCC.cpp,v
retrieving revision 1.712
retrieving revision 1.713
diff -b -u -2 -r1.712 -r1.713
--- MailFolderCC.cpp    16 Jan 2006 20:32:28 -0000      1.712
+++ MailFolderCC.cpp    8 Apr 2006 01:52:45 -0000       1.713
@@ -204,4 +204,7 @@
 extern void Pop3_RestoreFlags(const String& folderName, MAILSTREAM *stream);
 
+bool MailFolderCCInit();
+void MailFolderCCCleanup();
+
 // ----------------------------------------------------------------------------
 // typedefs



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to