mmappcomponents/mmmtpdataprovider/mmmtpdpplugins/abstractmediamtpdataprovider/src/cabstractmediamtpdataproviderenumerator.cpp
branchRCL_3
changeset 22 b034b1c214c2
parent 18 e257e2b6459d
equal deleted inserted replaced
20:4aca42fa4eb1 22:b034b1c214c2
   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             }