equal
deleted
inserted
replaced
464 aDocumentName.Copy( aTail ); |
464 aDocumentName.Copy( aTail ); |
465 } |
465 } |
466 return ConeUtils::FileExists( aDocumentName ); |
466 return ConeUtils::FileExists( aDocumentName ); |
467 } |
467 } |
468 |
468 |
|
469 // --------------------------------------------------------------------------- |
|
470 // CVRAppUi::HandleApplicationSpecificEventL |
|
471 // |
|
472 // --------------------------------------------------------------------------- |
|
473 // |
|
474 void CVRAppUi::HandleApplicationSpecificEventL(TInt aType,const TWsEvent& aEvent) |
|
475 { |
|
476 if( aType == EAknSoftkeyExit ) |
|
477 { |
|
478 Exit(); |
|
479 } |
|
480 CEikAppUi::HandleApplicationSpecificEventL(aType, aEvent); |
|
481 } |
469 |
482 |
470 // --------------------------------------------------------------------------- |
483 // --------------------------------------------------------------------------- |
471 // CVRAppUi::SetEmbeddedObserver |
484 // CVRAppUi::SetEmbeddedObserver |
472 // |
485 // |
473 // --------------------------------------------------------------------------- |
486 // --------------------------------------------------------------------------- |