--- a/hwrmhaptics/hapticsclient/src/hwrmhapticssession.cpp Tue Aug 31 16:29:05 2010 +0300
+++ b/hwrmhaptics/hapticsclient/src/hwrmhapticssession.cpp Wed Sep 01 12:34:26 2010 +0100
@@ -61,7 +61,6 @@
// server components
if ( err == KErrNone )
{
- aStatus = KRequestPending;
SendReceive( EHWRMHapticsService, aStatus );
}
else
@@ -116,9 +115,7 @@
TRequestStatus& aStatus ) const
{
COMPONENT_TRACE( ( _L( "RHWRMHapticsSession::ExecuteAsyncOperation - commandId(%d), aStatus(%d)" ), aCommand, aStatus.Int() ) );
-
- aStatus = KRequestPending;
-
+
SendReceive( aCommand, aArgs, aStatus );
COMPONENT_TRACE( ( _L( "RHWRMHapticsSession::ExecuteAsyncOperation - return" ) ) );