messagingapp/msgui/msgapp/inc/msgmainwindow.h
changeset 67 fc91263aee62
parent 62 fdbe8253b596
child 73 ecf6a73a9186
--- a/messagingapp/msgui/msgapp/inc/msgmainwindow.h	Tue Sep 14 22:54:56 2010 +0530
+++ b/messagingapp/msgui/msgapp/inc/msgmainwindow.h	Fri Sep 17 20:01:45 2010 +0530
@@ -66,6 +66,14 @@
     MsgServiceInterface* mMsgSI;
     MsgSendServiceInterface* mMsgSendSI;
     MsgViewManager* mViewManager;
+    
+    /**
+     * Unit Testing
+     */
+    #ifdef MSGUI_UNIT_TEST
+      friend class TestMsgMainWindow;
+    #endif
+    
 };
 
 #endif // MSG_MAIN_WINDOW_H