terminalsecurity/SCP/SCPClient/src/SCPLockObserver.cpp
branchRCL_3
changeset 23 4af31167ea77
parent 15 007508d6e57b
child 24 13d7c31c74e0
equal deleted inserted replaced
21:490439ac0bd4 23:4af31167ea77
   206             break;
   206             break;
   207     }
   207     }
   208     
   208     
   209     Dprint(_L("[CSCPLockObserver]-> RunL() <<<"));    
   209     Dprint(_L("[CSCPLockObserver]-> RunL() <<<"));    
   210 }
   210 }
       
   211 
       
   212 // ----------------------------------------------------------------------------
       
   213 // CSCPLockObserver::RunError
       
   214 // ----------------------------------------------------------------------------
       
   215 TInt CSCPLockObserver::RunError ( TInt /*aError*/ )
       
   216     {
       
   217         return KErrNone;
       
   218     }	
       
   219     
       
   220    
   211 //
   221 //
   212 // ----------------------------------------------------------
   222 // ----------------------------------------------------------
   213 // CSCPLockObserver::DoCancel()
   223 // CSCPLockObserver::DoCancel()
   214 // Cancels event listening
   224 // Cancels event listening
   215 // ----------------------------------------------------------
   225 // ----------------------------------------------------------