diff -r a32b19fb291e -r 5b14749788d7 messagingapp/msgservices/msgserviceapp/inc/msgsendinterface.h --- 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: /**