mtpfws/mtpfw/datatypes/src/cmtptypeobjectinfo.cpp
branchRCL_3
changeset 40 453dfc402455
parent 0 d0791faffa3f
child 58 142dacf7b30e
equal deleted inserted replaced
39:dbd1c5e08735 40:453dfc402455
   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);
   131             ChunkAppendL(*chunk);
   132             ChunkAppendL(*chunk);
       
   133             CleanupStack::Pop(chunk);
   132             }
   134             }
   133         }
   135         }
   134     }
   136     }
   135 
   137 
   136 MMTPType* CMTPTypeObjectInfo::NewFlatChunkL(const TElementInfo& aElementInfo)
   138 MMTPType* CMTPTypeObjectInfo::NewFlatChunkL(const TElementInfo& aElementInfo)