mtpfws/mtpfw/datatypes/src/cmtptypeobjectinfo.cpp
branchRCL_3
changeset 18 453dfc402455
parent 0 d0791faffa3f
equal deleted inserted replaced
17:dbd1c5e08735 18: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)