messagingapp/msgui/inc/msgbaseview.h
changeset 37 518b245aa84c
parent 25 84d9eb65b26f
child 41 25fe1fe642e3
--- a/messagingapp/msgui/inc/msgbaseview.h	Mon May 03 12:29:07 2010 +0300
+++ b/messagingapp/msgui/inc/msgbaseview.h	Fri Jun 25 15:47:40 2010 +0530
@@ -45,7 +45,8 @@
         UNIEDITOR,
         UNIVIEWER,
         MSGSETTINGS,
-        SERVICE
+        SERVICE,
+        AUDIOFETCHER
         };
     
     /**
@@ -69,6 +70,10 @@
      */
     void switchView(const QVariantList& data);
     
+    /**
+     * Forceful close of conversation view
+     */
+    void closeOpenConversationView();
 
 };