shortlinkconn_plat/obex_service_utils_api/inc/obexutilsmessagehandler.h
changeset 1 388a17646e40
parent 0 c3e98f10fcf4
--- a/shortlinkconn_plat/obex_service_utils_api/inc/obexutilsmessagehandler.h	Mon Jan 18 21:03:15 2010 +0200
+++ b/shortlinkconn_plat/obex_service_utils_api/inc/obexutilsmessagehandler.h	Tue Feb 02 00:45:58 2010 +0200
@@ -206,6 +206,17 @@
                                                    TFileName& aFullName,
                                                    RFile& aFile,
                                                    const TDesC& aSenderBluetoothName);
+        
+        /**
+         * Add an entry to Inbox
+         * @Since S60 v5.0
+         * @param aMsvIdParent Parent message entry
+         * @param aFullName Contains the full path and file name of the file
+         * @return None
+         */
+        IMPORT_C static void AddEntryToInboxL( TMsvId& aMsvIdParent,
+                                               TFileName& aFullName);
+                                               
         /**
          * Add an entry to Inbox
          * @Since S60 v5.0