emailservices/emailstore/base_plugin/src/basepluginparts.cpp
changeset 72 64e38f08e49c
parent 23 2dc6caa42ec3
child 68 83cc6bae1de8
equal deleted inserted replaced
65:478bc57ad291 72:64e38f08e49c
    30 	RPointerArray<CFSMailMessagePart>& aParts )
    30 	RPointerArray<CFSMailMessagePart>& aParts )
    31 
    31 
    32     {
    32     {
    33     __LOG_ENTER( "ChildPartsL" )
    33     __LOG_ENTER( "ChildPartsL" )
    34     
    34     
    35     CMsgStoreMessage* message = GetCachedMsgL( aMailBoxId.Id(), aMessageId.Id() );
    35     GetCachedMsgL( aMailBoxId.Id(), aMessageId.Id() );
    36     
       
    37     RPointerArray<CMsgStoreMessagePart>* parts;
    36     RPointerArray<CMsgStoreMessagePart>* parts;
    38     if ( aParentId.IsNullId() )
    37     if ( aParentId.IsNullId() )
    39         {
    38         {
    40         parts = &GetCachedMsgChildrenL();
    39         parts = &GetCachedMsgChildrenL();
    41         }
    40         }