messagingapp/msgui/inc/msgbaseview.h
branchGCC_SURGE
changeset 47 5b14749788d7
parent 25 84d9eb65b26f
parent 44 36f374c67aa8
--- a/messagingapp/msgui/inc/msgbaseview.h	Thu Jun 17 09:57:06 2010 +0100
+++ b/messagingapp/msgui/inc/msgbaseview.h	Thu Jul 22 16:32:06 2010 +0100
@@ -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();
 
 };