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 <QObject>
#include <QVariantMap>
-
-
+#include <QRunnable>
#include <hbdevicedialoginterface.h>
#include <hbdevicedialog.h>
#include <hbnotificationdialog.h>
+
+/**
+ * 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.