voicerecorder/AppSrc/CVRAppUI.cpp
branchRCL_3
changeset 10 bb90e4148332
parent 8 49233e24b2ab
child 13 4e5b531d23cb
--- a/voicerecorder/AppSrc/CVRAppUI.cpp	Wed Mar 31 21:35:17 2010 +0300
+++ b/voicerecorder/AppSrc/CVRAppUI.cpp	Wed Apr 14 16:00:13 2010 +0300
@@ -466,6 +466,19 @@
 	return ConeUtils::FileExists( aDocumentName );
     }
 
+// ---------------------------------------------------------------------------
+// CVRAppUi::HandleApplicationSpecificEventL
+// 
+// ---------------------------------------------------------------------------
+//
+void CVRAppUi::HandleApplicationSpecificEventL(TInt aType,const TWsEvent& aEvent)
+    {
+    if( aType == EAknSoftkeyExit )
+    	{
+    	Exit();
+    	}
+    	CEikAppUi::HandleApplicationSpecificEventL(aType, aEvent);
+    }
 
 // ---------------------------------------------------------------------------
 // CVRAppUi::SetEmbeddedObserver