messagingapp/msgservices/msgserviceapp/inc/msgsendinterface.h
changeset 44 36f374c67aa8
parent 27 e4592d119491
--- a/messagingapp/msgservices/msgserviceapp/inc/msgsendinterface.h	Wed Jun 23 18:09:17 2010 +0300
+++ b/messagingapp/msgservices/msgserviceapp/inc/msgsendinterface.h	Tue Jul 06 14:12:40 2010 +0300
@@ -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:
     
     /**