emailservices/emailstore/message_store/server/src/bufferedmessagecreator.cpp
changeset 76 38bf5461e270
parent 20 ecc8def7944a
equal deleted inserted replaced
74:6c59112cfd31 76:38bf5461e270
    94     aParams.iId = GetNextContainerIdL( aStore );
    94     aParams.iId = GetNextContainerIdL( aStore );
    95     aParams.iId |= aParams.iType;
    95     aParams.iId |= aParams.iType;
    96 
    96 
    97     ContainerDescriptor* part = new (ELeave) ContainerDescriptor(
    97     ContainerDescriptor* part = new (ELeave) ContainerDescriptor(
    98         aParams, aProperties );
    98         aParams, aProperties );
       
    99     CleanupStack::PushL( part );
    99     iContainers.AppendL( part );
   100     iContainers.AppendL( part );
       
   101     CleanupStack::Pop( part );
   100     }
   102     }
   101     
   103     
   102 /**
   104 /**
   103  * 
   105  * 
   104  */
   106  */