emailservices/emailstore/message_store/client/src/MsgStore.cpp
branchRCL_3
changeset 24 d189ee25cf9d
parent 8 e1b6206813b4
child 25 3533d4323edc
--- a/emailservices/emailstore/message_store/client/src/MsgStore.cpp	Thu Aug 19 09:38:05 2010 +0300
+++ b/emailservices/emailstore/message_store/client/src/MsgStore.cpp	Tue Aug 31 15:04:17 2010 +0300
@@ -18,16 +18,16 @@
 
 
 //<cmail>
-#include "msgstore.h"
-#include "msgstoremailbox.h"
-#include "msgstoreaccount.h"
-#include "msgstoreobserver.h"
-#include "msgstorepropertycontainer.h"
-#include "msgstorepropertykeys.h"
+#include "MsgStore.h"
+#include "MsgStoreMailBox.h"
+#include "MsgStoreAccount.h"
+#include "MsgStoreObserver.h"
+#include "MsgStorePropertyContainer.h"
+#include "MsgStorePropertyKeys.h"
 //</cmail>
 
-#include "msgstoresessioncontext.h"
-#include "msgstoreobserverhandler.h"
+#include "MsgStoreSessionContext.h"
+#include "MsgStoreObserverHandler.h"
 //<cmail>
 //#include "IsMsgStorePropertyKeys.h"
 //</cmail>
@@ -282,7 +282,7 @@
     for ( TInt i = 0 ; i < accounts.Count() && defaultMailboxId == KMsgStoreInvalidId ; i++ )
         {
         CMsgStoreMailBox* mb = OpenAccountL( *accounts[i] );
-        mailBoxes.Append( mb );
+        mailBoxes.AppendL( mb );
         if ( mb->IsDefaultMailbox() )
             {
             defaultMailboxId = mb->Id();