mtpfws/mtpfw/dataproviders/devdp/src/cmtptypedeviceinfo.cpp
branchRCL_3
changeset 58 142dacf7b30e
parent 40 453dfc402455
equal deleted inserted replaced
48:debf68073f2f 58:142dacf7b30e
   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);
       
   134             ChunkAppendL(*chunk);
   133             ChunkAppendL(*chunk);
   135             CleanupStack::Pop(chunk);
       
   136             }
   134             }
   137         }
   135         }
   138     }
   136     }
   139 
   137 
   140 MMTPType* CMTPTypeDeviceInfo::NewArrayChunkL(const TElementInfo& aElementInfo)
   138 MMTPType* CMTPTypeDeviceInfo::NewArrayChunkL(const TElementInfo& aElementInfo)