messagingapp/msgui/appengine/inc/conversationmsgstorehandler.h
changeset 34 84197e66a4bd
parent 31 ebfee66fde93
child 47 5b14749788d7
child 52 12db4185673b
--- a/messagingapp/msgui/appengine/inc/conversationmsgstorehandler.h	Fri Jun 04 10:25:39 2010 +0100
+++ b/messagingapp/msgui/appengine/inc/conversationmsgstorehandler.h	Fri Jun 11 13:35:48 2010 +0300
@@ -184,6 +184,11 @@
      *         KErrGeneral for other cases
      */
     TInt DownloadMessageL(TMsvId aId);
+    
+    /**
+     * Returns the Bio Type of a message
+     */
+    int getMsgSubType(int msgId);
 
 private: