mmappcomponents/mmmtpdataprovider/mmmtpdprequestprocessor/src/cgetobjectproplist.cpp
changeset 35 2ee890d2f7e7
parent 32 edd273b3192a
child 48 b7b49303d0c0
child 51 e61a04404bdf
equal deleted inserted replaced
32:edd273b3192a 35:2ee890d2f7e7
   484 TInt CGetObjectPropList::ServiceAllPropertiesL( TUint32 aHandle )
   484 TInt CGetObjectPropList::ServiceAllPropertiesL( TUint32 aHandle )
   485     {
   485     {
   486     PRINT1( _L( "MM MTP => CGetObjectPropList::ServiceAllPropertiesL aHandle = 0x%x" ), aHandle );
   486     PRINT1( _L( "MM MTP => CGetObjectPropList::ServiceAllPropertiesL aHandle = 0x%x" ), aHandle );
   487 
   487 
   488     // Append the current object info onto our list
   488     // Append the current object info onto our list
   489     TFileName fileName( iObject->DesC( CMTPObjectMetaData::ESuid ) );
   489     TPtrC fileName( iObject->DesC( CMTPObjectMetaData::ESuid ) );
   490     TUint32 formatCode = iObject->Uint( CMTPObjectMetaData::EFormatCode );
   490     TUint32 formatCode = iObject->Uint( CMTPObjectMetaData::EFormatCode );
   491 
   491 
   492     PRINT2( _L( "MM MTP <> CGetObjectPropList::ServiceAllPropertiesL, fileName = %S, formatCode = 0x%x" ),
   492     PRINT2( _L( "MM MTP <> CGetObjectPropList::ServiceAllPropertiesL, fileName = %S, formatCode = 0x%x" ),
   493         &fileName,
   493         &fileName,
   494         formatCode );
   494         formatCode );
   532 //
   532 //
   533 TInt CGetObjectPropList::ServiceGroupPropertiesL( TUint32 aHandle )
   533 TInt CGetObjectPropList::ServiceGroupPropertiesL( TUint32 aHandle )
   534     {
   534     {
   535     PRINT1( _L( "MM MTP => CGetObjectPropList::ServiceGroupPropertiesL aHandle = 0x%x" ), aHandle );
   535     PRINT1( _L( "MM MTP => CGetObjectPropList::ServiceGroupPropertiesL aHandle = 0x%x" ), aHandle );
   536 
   536 
   537     TFileName fileName( iObject->DesC( CMTPObjectMetaData::ESuid ) );
   537     TPtrC fileName( iObject->DesC( CMTPObjectMetaData::ESuid ) );
   538     TUint32 formatCode = iObject->Uint( CMTPObjectMetaData::EFormatCode );
   538     TUint32 formatCode = iObject->Uint( CMTPObjectMetaData::EFormatCode );
   539 
   539 
   540     PRINT2( _L( "MM MTP <> CGetObjectPropList::ServiceGroupPropertiesL, fileName = %S, formatCode = 0x%x" ),
   540     PRINT2( _L( "MM MTP <> CGetObjectPropList::ServiceGroupPropertiesL, fileName = %S, formatCode = 0x%x" ),
   541         &fileName,
   541         &fileName,
   542         formatCode );
   542         formatCode );