messagingapp/msgui/msgapp/inc/msgmainwindow.h
changeset 72 6f657153cbc5
parent 70 a15d9966050f
--- a/messagingapp/msgui/msgapp/inc/msgmainwindow.h	Fri Sep 17 08:28:39 2010 +0300
+++ b/messagingapp/msgui/msgapp/inc/msgmainwindow.h	Mon Oct 04 00:13:15 2010 +0300
@@ -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