diff -r d8ac8e5e4721 -r fc91263aee62 messagingapp/msgui/msgapp/inc/msgmainwindow.h --- 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