Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7152/include

Modified Files:
        MailFolder.h MailFolderCC.h 
Log Message:
made GetLogicalMailboxName() static

Index: MailFolder.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MailFolder.h,v
retrieving revision 1.200
retrieving revision 1.201
diff -b -u -2 -r1.200 -r1.201
--- MailFolder.h        1 Jul 2005 18:04:09 -0000       1.200
+++ MailFolder.h        6 Jul 2005 21:59:56 -0000       1.201
@@ -514,8 +514,7 @@
 
       @param name the physical name of the mailbox
-      @return the logical name of the mailbox with the given name (*not* of
-              this one!)
+      @return the logical name of the mailbox with the given name
     */
-   virtual String GetLogicalMailboxName(const String& name) { return name; }
+   static String GetLogicalMailboxName(const String& name);
 
    //@}

Index: MailFolderCC.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MailFolderCC.h,v
retrieving revision 1.224
retrieving revision 1.225
diff -b -u -2 -r1.224 -r1.225
--- MailFolderCC.h      1 Jul 2005 18:04:10 -0000       1.224
+++ MailFolderCC.h      6 Jul 2005 22:00:01 -0000       1.225
@@ -218,5 +218,4 @@
 
    virtual char GetFolderDelimiter() const;
-   virtual String GetLogicalMailboxName(const String& name);
 
    /// return TRUE if CClient lib had been initialized



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to