phoneapp/phoneuiqtviewadapter/inc/phonemessagecontroller.h
changeset 45 6b911d05207e
parent 22 6bb1b21d2484
child 46 bc5a64e5bc3c
--- a/phoneapp/phoneuiqtviewadapter/inc/phonemessagecontroller.h	Fri Jun 04 10:19:18 2010 +0100
+++ b/phoneapp/phoneuiqtviewadapter/inc/phonemessagecontroller.h	Wed Jun 23 18:12:20 2010 +0300
@@ -24,6 +24,7 @@
 
 // FORWARD DECLARATION
 class TPhoneCommandParam;
+class XQServiceRequest;
 
 class PhoneMessageController : public QObject
 {
@@ -59,6 +60,8 @@
     */
     void openEditor(QString toField, QString name, QString messageBody = QString());
     
+private:
+    XQServiceRequest *mService;
 };
 
 #endif // PHONEMESSAGECONTROLLER_H