mtpfws/mtpfw/datatypes/src/cmtptypestorageinfo.cpp
changeset 37 d9d8313203af
parent 0 d0791faffa3f
child 58 142dacf7b30e
equal deleted inserted replaced
35:c4c427c00f31 37:d9d8313203af
   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)