equal
deleted
inserted
replaced
289 //subscribe again... |
289 //subscribe again... |
290 SetActive(); |
290 SetActive(); |
291 iProperty.Subscribe( iStatus); |
291 iProperty.Subscribe( iStatus); |
292 } |
292 } |
293 |
293 |
|
294 TInt CActiveObserver::RunError ( TInt /*aError*/ ) |
|
295 { |
|
296 return KErrNone; |
|
297 } |
294 // ----------------------------------------------------------------------------- |
298 // ----------------------------------------------------------------------------- |
295 // CActiveObserver::DoCancel |
299 // CActiveObserver::DoCancel |
296 // ----------------------------------------------------------------------------- |
300 // ----------------------------------------------------------------------------- |
297 // |
301 // |
298 void CActiveObserver::DoCancel() |
302 void CActiveObserver::DoCancel() |