hwrmhaptics/hapticsclient/src/hwrmhapticssession.cpp
changeset 50 48a00b70dc49
parent 0 4e1aa6a622a0
child 61 8cb079868133
child 70 653a8b91b95e
--- a/hwrmhaptics/hapticsclient/src/hwrmhapticssession.cpp	Fri Jul 16 11:04:43 2010 +0300
+++ b/hwrmhaptics/hapticsclient/src/hwrmhapticssession.cpp	Fri Jul 30 10:34:49 2010 +0300
@@ -61,6 +61,7 @@
     // server components
     if ( err == KErrNone )
         {
+		aStatus = KRequestPending;
         SendReceive( EHWRMHapticsService, aStatus );
         }
     else
@@ -115,7 +116,9 @@
                                             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" ) ) );