mtpdataproviders/mtpimagedp/src/cmtpimagedpgetobjectproplist.cpp
changeset 60 841f70763fbe
parent 49 c20dd21d1eb4
equal deleted inserted replaced
52:866b4af7ffbe 60:841f70763fbe
   474         }
   474         }
   475     StartL();
   475     StartL();
   476     OstTraceFunctionExit0( CMTPIMAGEDPGETOBJECTPROPLIST_RUNL_EXIT );
   476     OstTraceFunctionExit0( CMTPIMAGEDPGETOBJECTPROPLIST_RUNL_EXIT );
   477     }
   477     }
   478 
   478 
   479 TInt CMTPImageDpGetObjectPropList::RunError( TInt aError )
   479 #ifdef OST_TRACE_COMPILER_IN_USE
       
   480 TInt CMTPImageDpGetObjectPropList::RunError(TInt aError)
       
   481 #else
       
   482 TInt CMTPImageDpGetObjectPropList::RunError(TInt /*aError*/)
       
   483 #endif
   480     {
   484     {
   481     OstTraceFunctionEntry0( CMTPIMAGEDPGETOBJECTPROPLIST_RUNERROR_ENTRY );
   485     OstTraceFunctionEntry0( CMTPIMAGEDPGETOBJECTPROPLIST_RUNERROR_ENTRY );
   482     
   486     
   483     TRAP_IGNORE( SendResponseL( EMTPRespCodeGeneralError ) );
   487     TRAP_IGNORE( SendResponseL( EMTPRespCodeGeneralError ) );
   484     
   488     
   485     OstTraceFunctionExit0( CMTPIMAGEDPGETOBJECTPROPLIST_RUNERROR_EXIT );
   489     OstTraceFunctionExit0( CMTPIMAGEDPGETOBJECTPROPLIST_RUNERROR_EXIT );
   486     return aError;
   490     return KErrNone;
   487     }
   491     }
   488 
   492 
   489 void CMTPImageDpGetObjectPropList::StartL()
   493 void CMTPImageDpGetObjectPropList::StartL()
   490     {
   494     {
   491     OstTraceFunctionEntry0( CMTPIMAGEDPGETOBJECTPROPLIST_STARTL_ENTRY );
   495     OstTraceFunctionEntry0( CMTPIMAGEDPGETOBJECTPROPLIST_STARTL_ENTRY );