mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/abstractmediamtpdataprovider/src/cabstractmediamtpdataproviderenumerator.cpp
changeset 40 4a1905d205a2
parent 35 2ee890d2f7e7
equal deleted inserted replaced
39:1d92fd018dd4 40:4a1905d205a2
   225                     EMTPFormatCodeAssociation,
   225                     EMTPFormatCodeAssociation,
   226                     iStorages[0],
   226                     iStorages[0],
   227                     folder );  // + object
   227                     folder );  // + object
   228             object->SetUint( CMTPObjectMetaData::EParentHandle, KMTPHandleNoParent );
   228             object->SetUint( CMTPObjectMetaData::EParentHandle, KMTPHandleNoParent );
   229             object->SetUint( CMTPObjectMetaData::EFormatSubCode, EMTPAssociationTypeGenericFolder );
   229             object->SetUint( CMTPObjectMetaData::EFormatSubCode, EMTPAssociationTypeGenericFolder );
       
   230             object->SetDesCL( CMTPObjectMetaData::EName, KPlaylistFilePath().Left( KPlaylistFilePath().Length() - 1 ) );
   230             PERFLOGSTART( KObjectManagerInsert );
   231             PERFLOGSTART( KObjectManagerInsert );
   231             iObjectMgr.InsertObjectL( *object );
   232             iObjectMgr.InsertObjectL( *object );
   232             PERFLOGSTOP( KObjectManagerInsert );
   233             PERFLOGSTOP( KObjectManagerInsert );
   233             CleanupStack::PopAndDestroy( object ); // - object
   234             CleanupStack::PopAndDestroy( object ); // - object
   234             }
   235             }