--- a/messagingapp/msgui/msgapp/inc/msgmainwindow.h Fri Sep 17 20:16:33 2010 +0530
+++ b/messagingapp/msgui/msgapp/inc/msgmainwindow.h Tue Oct 05 13:58:47 2010 +0530
@@ -40,8 +40,7 @@
/**
* Constructor
*/
- MsgMainWindow(bool serviceRequest,
- int activityMsgId = -1,
+ MsgMainWindow(bool serviceRequest,
QWidget *parent = 0);
/**
@@ -53,7 +52,7 @@
* Returns view manager.
*/
MsgViewManager* viewManager();
-
+
protected:
/**
@@ -61,7 +60,13 @@
* @see QGraphicsItem
*/
void keyPressEvent(QKeyEvent *event);
-
+
+private:
+ /**
+ * This initializes the member objects
+ */
+ void initialize(bool serviceRequest);
+
private:
MsgServiceInterface* mMsgSI;
MsgSendServiceInterface* mMsgSendSI;