mmsengine/mmsserver/src/mmsmmboxlist.cpp
branchRCL_3
changeset 60 7fdbb852d323
parent 57 ebe688cedc25
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
   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         TInt err;
   138         iServerEntry->GetChildrenWithMtm( KUidMsgMMSNotification, *iOldNotifications );
   139         err = iServerEntry->GetChildrenWithMtm( KUidMsgMMSNotification, *iOldNotifications );
   139         iOldQuotaEntryId = OldQuotaEntryL();
   140         if (err != KErrNone)
       
   141             {
       
   142             return;
       
   143             }
       
   144 			iOldQuotaEntryId = OldQuotaEntryL();
       
   145         }
   140         }
   146     else
   141     else
   147         {
   142         {
   148         iOldQuotaEntryId = KMsvNullIndexEntryId;
   143         iOldQuotaEntryId = KMsvNullIndexEntryId;
   149         }
   144         }