messagingapp/msgservices/msgserviceapp/inc/msgsendinterface.h
changeset 44 36f374c67aa8
parent 27 e4592d119491
equal deleted inserted replaced
43:35b64624a9e7 44:36f374c67aa8
    58      * @param bodyText body text.
    58      * @param bodyText body text.
    59      */
    59      */
    60     void send(const QString phoneNumber, const QString alias, 
    60     void send(const QString phoneNumber, const QString alias, 
    61                             const QString bodyText);
    61                             const QString bodyText);
    62 
    62 
       
    63     /**
       
    64      * Send message.
       
    65      * @param addressList list of phone numbers and displaynames. 
       
    66      * key is the phone number and value is the display name.
       
    67      * @param bodyText body text.
       
    68      */
       
    69     void send(const QVariantMap addressList, 
       
    70               const QString bodyText = QString());
       
    71 
    63 private:
    72 private:
    64     
    73     
    65     /**
    74     /**
    66      * Pointer to view manager
    75      * Pointer to view manager
    67      * Not owned.
    76      * Not owned.