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

Modified Files:
        MailFolderCC.cpp 
Log Message:
don't use GetType() in DebugDump() as this doesn't work when dumping memory leaks 
because profiles are not available any more at this moment

Index: MailFolderCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCC.cpp,v
retrieving revision 1.696
retrieving revision 1.697
diff -b -u -2 -r1.696 -r1.697
--- MailFolderCC.cpp    7 Apr 2004 23:02:07 -0000       1.696
+++ MailFolderCC.cpp    8 Apr 2004 17:56:55 -0000       1.697
@@ -3900,5 +3900,5 @@
 {
    String str = MObjectRC::DebugDump();
-   str << _T("mailbox '") << m_ImapSpec << _T("' of type ") << (int) GetType();
+   str << _T("c-client mailbox '") << m_ImapSpec << _T("'");
 
    return str;



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