hwrmhaptics/hapticsclient/src/hwrmhapticssession.cpp
changeset 54 072a9626b290
parent 0 4e1aa6a622a0
child 61 8cb079868133
child 70 653a8b91b95e
equal deleted inserted replaced
45:c6215323ad55 54:072a9626b290
    59 
    59 
    60     // Create proper service on server side. i.e. initialize
    60     // Create proper service on server side. i.e. initialize
    61     // server components
    61     // server components
    62     if ( err == KErrNone )
    62     if ( err == KErrNone )
    63         {
    63         {
       
    64 		aStatus = KRequestPending;
    64         SendReceive( EHWRMHapticsService, aStatus );
    65         SendReceive( EHWRMHapticsService, aStatus );
    65         }
    66         }
    66     else
    67     else
    67         {
    68         {
    68         TRequestStatus* status = &aStatus;
    69         TRequestStatus* status = &aStatus;
   113                                             TInt aCommand, 
   114                                             TInt aCommand, 
   114                                             const TIpcArgs& aArgs, 
   115                                             const TIpcArgs& aArgs, 
   115                                             TRequestStatus& aStatus ) const
   116                                             TRequestStatus& aStatus ) const
   116     {
   117     {
   117     COMPONENT_TRACE( ( _L( "RHWRMHapticsSession::ExecuteAsyncOperation - commandId(%d), aStatus(%d)" ), aCommand, aStatus.Int() ) );
   118     COMPONENT_TRACE( ( _L( "RHWRMHapticsSession::ExecuteAsyncOperation - commandId(%d), aStatus(%d)" ), aCommand, aStatus.Int() ) );
   118     
   119 
       
   120     aStatus = KRequestPending;
       
   121 
   119     SendReceive( aCommand, aArgs, aStatus );
   122     SendReceive( aCommand, aArgs, aStatus );
   120     
   123     
   121     COMPONENT_TRACE( ( _L( "RHWRMHapticsSession::ExecuteAsyncOperation - return" ) ) );
   124     COMPONENT_TRACE( ( _L( "RHWRMHapticsSession::ExecuteAsyncOperation - return" ) ) );
   122     }
   125     }
   123     
   126