mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/abstractmediamtpdataprovider/src/cabstractmediamtpdataproviderenumerator.cpp
changeset 44 d141fc1ad77b
parent 35 2ee890d2f7e7
equal deleted inserted replaced
43:7b58e65d61ee 44:d141fc1ad77b
   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             }