diff -r 35b64624a9e7 -r 36f374c67aa8 messagingapp/msgservices/msgserviceapp/src/msgsendinterface.cpp --- a/messagingapp/msgservices/msgserviceapp/src/msgsendinterface.cpp Wed Jun 23 18:09:17 2010 +0300 +++ b/messagingapp/msgservices/msgserviceapp/src/msgsendinterface.cpp Tue Jul 06 14:12:40 2010 +0300 @@ -61,5 +61,14 @@ mViewManager->send(phoneNumber, alias, bodyText); } +//---------------------------------------------------------------------------- +// MsgSendInterface::send +// @see header +//---------------------------------------------------------------------------- +void MsgSendInterface::send(const QVariantMap addressList, + const QString bodyText) + { + mViewManager->send(addressList,bodyText); + } //EOF