mtpfws/mtpfw/datatypes/src/cmtptypeobjectinfo.cpp
branchRCL_3
changeset 58 142dacf7b30e
parent 40 453dfc402455
equal deleted inserted replaced
48:debf68073f2f 58:142dacf7b30e
   126             default:
   126             default:
   127                 break;
   127                 break;
   128                 }
   128                 }
   129                 
   129                 
   130             __ASSERT_DEBUG(chunk, User::Invariant());
   130             __ASSERT_DEBUG(chunk, User::Invariant());
   131             CleanupStack::PushL(chunk);
       
   132             ChunkAppendL(*chunk);
   131             ChunkAppendL(*chunk);
   133             CleanupStack::Pop(chunk);
       
   134             }
   132             }
   135         }
   133         }
   136     }
   134     }
   137 
   135 
   138 MMTPType* CMTPTypeObjectInfo::NewFlatChunkL(const TElementInfo& aElementInfo)
   136 MMTPType* CMTPTypeObjectInfo::NewFlatChunkL(const TElementInfo& aElementInfo)