mmsengine/mmsserver/src/mmsmmboxlist.cpp
branchRCL_3
changeset 26 ebe688cedc25
parent 0 72b543305e3a
child 27 7fdbb852d323
equal deleted inserted replaced
25:fa1df4b99609 26:ebe688cedc25
   133         }
   133         }
   134     // If cannot access MMBoxFolder, we are in trouble
   134     // If cannot access MMBoxFolder, we are in trouble
   135     // When iError not equal to KErrNone, the operation will complete after running through RunL
   135     // When iError not equal to KErrNone, the operation will complete after running through RunL
   136     if ( iError == KErrNone )
   136     if ( iError == KErrNone )
   137         {
   137         {
   138         iServerEntry->GetChildrenWithMtm( KUidMsgMMSNotification, *iOldNotifications );
   138         TInt err;
   139         iOldQuotaEntryId = OldQuotaEntryL();
   139         err = iServerEntry->GetChildrenWithMtm( KUidMsgMMSNotification, *iOldNotifications );
       
   140         if (err != KErrNone)
       
   141             {
       
   142             return;
       
   143             }
       
   144 			iOldQuotaEntryId = OldQuotaEntryL();
   140         }
   145         }
   141     else
   146     else
   142         {
   147         {
   143         iOldQuotaEntryId = KMsvNullIndexEntryId;
   148         iOldQuotaEntryId = KMsvNullIndexEntryId;
   144         }
   149         }