mtpfws/mtpfw/datatypes/src/cmtptypestorageinfo.cpp
branchRCL_3
changeset 18 453dfc402455
parent 0 d0791faffa3f
equal deleted inserted replaced
17:dbd1c5e08735 18:453dfc402455
   113                                 
   113                                 
   114             default:
   114             default:
   115                 break;
   115                 break;
   116                 }
   116                 }
   117             __ASSERT_DEBUG(chunk, User::Invariant());
   117             __ASSERT_DEBUG(chunk, User::Invariant());
       
   118             CleanupStack::PushL(chunk);
   118             ChunkAppendL(*chunk);
   119             ChunkAppendL(*chunk);
       
   120             CleanupStack::Pop(chunk);
   119             }
   121             }
   120         }
   122         }
   121     }
   123     }
   122     
   124     
   123 MMTPType* CMTPTypeStorageInfo::NewFlatChunkL(const TElementInfo& aElementInfo)
   125 MMTPType* CMTPTypeStorageInfo::NewFlatChunkL(const TElementInfo& aElementInfo)