--- a/messagingapp/msgui/appengine/inc/conversationsengineutility.h Fri Apr 16 14:56:15 2010 +0300
+++ b/messagingapp/msgui/appengine/inc/conversationsengineutility.h Mon May 03 12:29:07 2010 +0300
@@ -45,6 +45,20 @@
*/
static int messageType(TInt32 value);
+ /**
+ * Map message type to ConvergedMessage::MessageSubType.
+ * @param value, TCsType
+ * @return ConvergedMessage::MessageSubType.
+ */
+ static int messageSubType(TCsType value);
+
+ /**
+ * Get display-name of a contact from VCard.
+ * @param filePath, VCard file-path
+ * @return display-name
+ */
+ static QString getVcardDisplayName(QString filePath);
+
};
#endif //CONVERSATIONS_ENGINE_UTILITY_H