diff -r 35b64624a9e7 -r 36f374c67aa8 messagingapp/msgservices/msgserviceapp/inc/msgserviceviewmanager.h --- a/messagingapp/msgservices/msgserviceapp/inc/msgserviceviewmanager.h Wed Jun 23 18:09:17 2010 +0300 +++ b/messagingapp/msgservices/msgserviceapp/inc/msgserviceviewmanager.h Tue Jul 06 14:12:40 2010 +0300 @@ -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