--- a/hwrmhaptics/hapticsclient/src/hwrmhapticsimpl.cpp Thu Aug 19 11:09:10 2010 +0300
+++ b/hwrmhaptics/hapticsclient/src/hwrmhapticsimpl.cpp Tue Aug 31 16:29:05 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 ) );