mtpfws/mtpfw/dataproviders/devdp/src/cmtptypedeviceinfo.cpp
branchRCL_3
changeset 18 453dfc402455
parent 0 d0791faffa3f
equal deleted inserted replaced
17:dbd1c5e08735 18:453dfc402455
   128             default:
   128             default:
   129                 break;
   129                 break;
   130                 }
   130                 }
   131                 
   131                 
   132             __ASSERT_DEBUG(chunk, User::Invariant());
   132             __ASSERT_DEBUG(chunk, User::Invariant());
       
   133             CleanupStack::PushL(chunk);
   133             ChunkAppendL(*chunk);
   134             ChunkAppendL(*chunk);
       
   135             CleanupStack::Pop(chunk);
   134             }
   136             }
   135         }
   137         }
   136     }
   138     }
   137 
   139 
   138 MMTPType* CMTPTypeDeviceInfo::NewArrayChunkL(const TElementInfo& aElementInfo)
   140 MMTPType* CMTPTypeDeviceInfo::NewArrayChunkL(const TElementInfo& aElementInfo)