messagingapp/msgservices/msgserviceapp/inc/msgsendinterface.h
branchGCC_SURGE
changeset 47 5b14749788d7
parent 44 36f374c67aa8
--- a/messagingapp/msgservices/msgserviceapp/inc/msgsendinterface.h	Thu Jun 17 09:57:06 2010 +0100
+++ b/messagingapp/msgservices/msgserviceapp/inc/msgsendinterface.h	Thu Jul 22 16:32:06 2010 +0100
@@ -60,6 +60,15 @@
     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());
+
 private:
     
     /**