btobexprofiles/obexreceiveservices/btmsgviewer/inc/btmsgviewerutils.h
changeset 47 9e2a905b887f
parent 42 b72428996822
child 57 5ebadcda06cb
--- a/btobexprofiles/obexreceiveservices/btmsgviewer/inc/btmsgviewerutils.h	Mon Jul 12 19:25:26 2010 +0300
+++ b/btobexprofiles/obexreceiveservices/btmsgviewer/inc/btmsgviewerutils.h	Fri Jul 23 15:57:13 2010 +0300
@@ -27,12 +27,14 @@
     static CBtMsgViewerUtils* NewL();
     ~CBtMsgViewerUtils();
     HBufC* GetMessagePath(TInt aMessageId, TInt aError);
+    HBufC8* GetMimeType();
 
 private: // From MMsvSessionObserver
     void HandleSessionEventL(TMsvSessionEvent aEvent, TAny* aArg1, TAny* aArg2, TAny* aArg3);
     
 private:
     void GetMessagePathL(TPtr aMsgPath, const TInt aMessageId);
+    void StoreMessageMimeTypeL(TPtr aMsgPath);
        
 private:
     CBtMsgViewerUtils();
@@ -40,6 +42,7 @@
     
 private:
     CMsvSession* iMsvSession;
+    HBufC8*      iMimeType;
     };
 
 #endif // BTMSGVIEWERUTILS_H_