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

Modified Files:
        MailFolderCmn.cpp 
Log Message:
Replaced BOUND_POINTER with AutoPtr

Index: MailFolderCmn.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCmn.cpp,v
retrieving revision 1.122
retrieving revision 1.123
diff -b -u -2 -r1.122 -r1.123
--- MailFolderCmn.cpp   3 Oct 2003 11:05:16 -0000       1.122
+++ MailFolderCmn.cpp   3 Oct 2003 15:11:21 -0000       1.123
@@ -769,7 +769,4 @@
 }
 
-BOUND_POINTER(MProgressDialog,MProgressDialogPointer);
-IMPLEMENT_BOUND_POINTER(MProgressDialogPointer)
-
 bool
 MailFolderCmn::SaveMessages(const UIdArray *selections,
@@ -807,5 +804,5 @@
    }
 
-   MProgressDialogPointer pd;
+   AutoPtr<MProgressDialog> pd;
    long threshold = GetProgressThreshold(mf->GetProfile());
 



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