diff -r f7565e9c9ce8 -r c87e5f80c17d hwrmhaptics/hapticsclient/src/hwrmhapticsimpl.cpp --- a/hwrmhaptics/hapticsclient/src/hwrmhapticsimpl.cpp Fri Jun 11 14:56:08 2010 +0300 +++ b/hwrmhaptics/hapticsclient/src/hwrmhapticsimpl.cpp Thu Jul 01 11:20:10 2010 +0300 @@ -427,20 +427,11 @@ // send command to haptics server if ( KErrNone == err ) - { - if( aDevicePropertyType == EHWRMHapticsLicensekey ) - { - err = iClient.ExecuteOperation( + { + err = iClient.ExecuteOperation( EHWRMHapticsSetLicenseProp, - TIpcArgs( &iReqData, aDevicePropertyValue.Length() ) ); - } - else - { - err = iClient.ExecuteOperation( EHWRMHaptics, - TIpcArgs( &iReqData ) ); - } - } - + TIpcArgs( &iReqData, aDevicePropertyValue.Length() ) ); + } } API_TRACE( ( _L( "CHWRMHapticsImpl::SetDeviceProperty() - const TDesC8 overloaded - return %d" ), err ) );