messagingapp/msgservices/msgserviceapp/inc/msgserviceviewmanager.h
branchGCC_SURGE
changeset 47 5b14749788d7
parent 44 36f374c67aa8
child 52 12db4185673b
--- a/messagingapp/msgservices/msgserviceapp/inc/msgserviceviewmanager.h	Thu Jun 17 09:57:06 2010 +0100
+++ b/messagingapp/msgservices/msgserviceapp/inc/msgserviceviewmanager.h	Thu Jul 22 16:32:06 2010 +0100
@@ -65,7 +65,16 @@
     void send(const QString phoneNumber, 
               const QString alias, 
               const QString bodyText);
-    
+              
+    /**
+     * Send message.
+     * @param addressList list of phone numbers and displaynames. 
+     * key is the phone number and value is the display name.
+     * @param bodyText body text.
+     */
+    void send(const QVariantMap addressList, 
+              const QString bodyText = QString());
+
     /**
      * Send message.
      * @param data data to be sent.
@@ -94,7 +103,7 @@
      * Handle sms and mms messge
      * @param msgId message id
      */
-    void handleSmsMmsMsg(int msgId);
+    void handleSmsMmsMsg(int msgId,int msgType);
 
     /**
      * Handle ringtone message