hwrmhaptics/hapticsclient/src/hwrmhapticssession.cpp
branchRCL_3
changeset 21 ccb4f6b3db21
parent 0 4e1aa6a622a0
child 22 8cb079868133
equal deleted inserted replaced
20:1ddbe54d0645 21:ccb4f6b3db21
    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