mtpfws/mtpfw/dataproviders/proxydp/src/cmtpsetobjectproplist.cpp
changeset 60 841f70763fbe
parent 20 6e82ae192c3a
equal deleted inserted replaced
52:866b4af7ffbe 60:841f70763fbe
    26 #include "cmtpparserrouter.h"
    26 #include "cmtpparserrouter.h"
    27 #include "cmtpsetobjectproplist.h"
    27 #include "cmtpsetobjectproplist.h"
    28 #include "mtpproxydppanic.h"
    28 #include "mtpproxydppanic.h"
    29 #include "rmtpframework.h"
    29 #include "rmtpframework.h"
    30 #include "cmtpstoragemgr.h"
    30 #include "cmtpstoragemgr.h"
       
    31 #include "OstTraceDefinitions.h"
       
    32 #ifdef OST_TRACE_COMPILER_IN_USE
       
    33 #include "cmtpsetobjectproplistTraces.h"
       
    34 #endif
    31 
    35 
    32 /**
    36 /**
    33 Two-phase construction method
    37 Two-phase construction method
    34 @param aFramework    The data provider framework
    38 @param aFramework    The data provider framework
    35 @param aConnection    The connection from which the request comes
    39 @param aConnection    The connection from which the request comes
   244             }
   248             }
   245         SendResponseL(iResponseCode, 1, &iPropertyIdx);
   249         SendResponseL(iResponseCode, 1, &iPropertyIdx);
   246         }    
   250         }    
   247     }
   251     }
   248 
   252 
       
   253 #ifdef OST_TRACE_COMPILER_IN_USE
       
   254 TInt CMTPSetObjectPropList::RunError(TInt aErr)
       
   255 #else
       
   256 TInt CMTPSetObjectPropList::RunError(TInt /*aErr*/)
       
   257 #endif
       
   258 	{
       
   259 	OstTrace1(TRACE_ERROR, CMTPSETOBJECTPROPLIST_RUNERROR,"CMTPSetObjectPropList::RunError is %d", aErr );
       
   260 	TRAP_IGNORE(SendResponseL(EMTPRespCodeGeneralError));
       
   261 	return KErrNone;
       
   262 	}
       
   263 
   249 /**
   264 /**
   250 Reschedules the active object with the specified completion code.
   265 Reschedules the active object with the specified completion code.
   251 @param aError The asynchronous request completion code.
   266 @param aError The asynchronous request completion code.
   252 */
   267 */
   253 void CMTPSetObjectPropList::Reschedule(TInt aError)
   268 void CMTPSetObjectPropList::Reschedule(TInt aError)