diff -r a32b19fb291e -r 5b14749788d7 messagingapp/msgservices/msgserviceapp/src/msgsendinterface.cpp --- a/messagingapp/msgservices/msgserviceapp/src/msgsendinterface.cpp Thu Jun 17 09:57:06 2010 +0100 +++ b/messagingapp/msgservices/msgserviceapp/src/msgsendinterface.cpp Thu Jul 22 16:32:06 2010 +0100 @@ -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