mtpfws/mtpfw/src/cmtpobjectstore.cpp
changeset 60 841f70763fbe
parent 52 866b4af7ffbe
equal deleted inserted replaced
52:866b4af7ffbe 60:841f70763fbe
    87 void CMTPObjectStore::CSnapshotWorker::DoCancel()
    87 void CMTPObjectStore::CSnapshotWorker::DoCancel()
    88     {
    88     {
    89     //nothing to do
    89     //nothing to do
    90     }
    90     }
    91 
    91 
    92 TInt CMTPObjectStore::CSnapshotWorker::RunErr()
    92 #ifdef OST_TRACE_COMPILER_IN_USE
    93     {
    93 TInt CMTPObjectStore::CSnapshotWorker::RunError(TInt aErr)
       
    94 #else
       
    95 TInt CMTPObjectStore::CSnapshotWorker::RunError(TInt /*aErr*/)
       
    96 #endif
       
    97     {
       
    98 	OstTrace1(TRACE_ERROR, CSNAPSHOTWORKER_RUNERROR,"CSnapshotWorker::RunError is %d", aErr );
    94     return KErrNone;
    99     return KErrNone;
    95     }
   100     }
    96 
   101 
    97 void CMTPObjectStore::CSnapshotWorker::ActiveSelf()
   102 void CMTPObjectStore::CSnapshotWorker::ActiveSelf()
    98     {
   103     {