diff -r 238255e8b033 -r 84d9eb65b26f messagingapp/msgnotifications/msgnotificationdialogplugin/inc/msgnotificationdialogwidget.h --- a/messagingapp/msgnotifications/msgnotificationdialogplugin/inc/msgnotificationdialogwidget.h Fri Apr 16 14:56:15 2010 +0300 +++ b/messagingapp/msgnotifications/msgnotificationdialogplugin/inc/msgnotificationdialogwidget.h Mon May 03 12:29:07 2010 +0300 @@ -20,12 +20,37 @@ #include #include - - +#include #include #include #include + +/** + * Class for sending service request + */ +class ServiceRequestSenderTask : public QRunnable +{ +public: + /** + * Constructor + */ + ServiceRequestSenderTask(qint64 conversationId); + + /** + * Destructor + */ + ~ServiceRequestSenderTask(); + + /** + * create and send service request + */ + void run(); + +private: + qint64 mConvId; +}; + /** * Message notification widget class. * Widget shown for the new message notifications.