Update of /cvsroot/mahogany/M/include/mail
In directory usw-pr-cvs1:/tmp/cvs-serv1775/include/mail

Modified Files:
        VFolder.h 
Log Message:
renamed VirtualFolder to MailFolderVirt for consistency with MailFolderCC

Index: VFolder.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/mail/VFolder.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -u -2 -r1.1 -r1.2
--- VFolder.h   16 Jul 2002 20:21:43 -0000      1.1
+++ VFolder.h   17 Jul 2002 13:02:54 -0000      1.2
@@ -1,5 +1,5 @@
 //////////////////////////////////////////////////////////////////////////////
 // Project:     Mahogany - cross platform e-mail GUI client
-// File name:   mail/VFolder.h: declaration of VirtualFolder class
+// File name:   mail/VFolder.h: declaration of MailFolderVirt class
 // Purpose:     virtual folder provides MailFolder interface to the message
 //              physically living in other, different folders
@@ -23,5 +23,5 @@
 #include <wx/dynarray.h>
 
-class VirtualFolder : public MailFolderCmn
+class MailFolderVirt : public MailFolderCmn
 {
 public:
@@ -207,5 +207,5 @@
 
    /// get the Msg corresponding to the given UID or NULL
-   Msg *VirtualFolder::GetMsgFromUID(UIdType uid) const
+   Msg *MailFolderVirt::GetMsgFromUID(UIdType uid) const
       { return GetMsgFromMsgno(uid); }
 
@@ -232,8 +232,8 @@
 private:
    /// private ctor, only OpenFolder() creates us
-   VirtualFolder(const MFolder *folder, OpenMode openmode);
+   MailFolderVirt(const MFolder *folder, OpenMode openmode);
 
    /// private dtor, we're never deleted directly
-   virtual ~VirtualFolder();
+   virtual ~MailFolderVirt();
 
    GCC_DTOR_WARN_OFF



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