mtpfws/mtpfw/dataproviders/proxydp/src/cmtpgetobjectpropssupported.cpp
changeset 60 841f70763fbe
parent 49 c20dd21d1eb4
equal deleted inserted replaced
52:866b4af7ffbe 60:841f70763fbe
   156         {
   156         {
   157         SendResponseL(iResponse.Uint16(TMTPTypeResponse::EResponseCode));
   157         SendResponseL(iResponse.Uint16(TMTPTypeResponse::EResponseCode));
   158         } 	
   158         } 	
   159 	}
   159 	}
   160 
   160 
       
   161 #ifdef OST_TRACE_COMPILER_IN_USE
       
   162 TInt CMTPGetObjectPropsSupported::RunError(TInt aErr)
       
   163 #else
       
   164 TInt CMTPGetObjectPropsSupported::RunError(TInt /*aErr*/)
       
   165 #endif
       
   166 	{
       
   167 	OstTrace1(TRACE_ERROR, DUP1_CMTPGETOBJECTPROPSSUPPORTED_RUNERROR,"CMTPGetObjectPropsSupported::RunError is %d", aErr );
       
   168 	TRAP_IGNORE(SendResponseL(EMTPRespCodeGeneralError));
       
   169 	return KErrNone;
       
   170 	}
   161 /**
   171 /**
   162 Constructor.
   172 Constructor.
   163 */	
   173 */	
   164 CMTPGetObjectPropsSupported::CMTPGetObjectPropsSupported(MMTPDataProviderFramework& aFramework, MMTPConnection& aConnection) :
   174 CMTPGetObjectPropsSupported::CMTPGetObjectPropsSupported(MMTPDataProviderFramework& aFramework, MMTPConnection& aConnection) :
   165     CMTPRequestProcessor(aFramework, aConnection, 0, NULL)
   175     CMTPRequestProcessor(aFramework, aConnection, 0, NULL)