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

Modified Files:
        MailFolderCmn.cpp 
Log Message:
Renamed AutoPtr to scoped_ptr

Index: MailFolderCmn.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCmn.cpp,v
retrieving revision 1.127
retrieving revision 1.128
diff -b -u -2 -r1.127 -r1.128
--- MailFolderCmn.cpp   16 Oct 2003 12:17:10 -0000      1.127
+++ MailFolderCmn.cpp   16 Oct 2003 13:05:06 -0000      1.128
@@ -810,5 +810,5 @@
    }
 
-   AutoPtr<MProgressDialog> pd;
+   scoped_ptr<MProgressDialog> pd;
    long threshold = GetProgressThreshold(mf->GetProfile());
 
@@ -820,5 +820,5 @@
                  n, folder->GetName().c_str());
 
-      pd.Initialize(new MProgressDialog(
+      pd.set(new MProgressDialog(
                                mf->GetName(),   // title
                                msg,             // label message



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to