messagingapp/msgui/msgapp/inc/msgmainwindow.h
changeset 67 fc91263aee62
parent 62 fdbe8253b596
child 73 ecf6a73a9186
equal deleted inserted replaced
65:d8ac8e5e4721 67:fc91263aee62
    64 
    64 
    65 private:
    65 private:
    66     MsgServiceInterface* mMsgSI;
    66     MsgServiceInterface* mMsgSI;
    67     MsgSendServiceInterface* mMsgSendSI;
    67     MsgSendServiceInterface* mMsgSendSI;
    68     MsgViewManager* mViewManager;
    68     MsgViewManager* mViewManager;
       
    69     
       
    70     /**
       
    71      * Unit Testing
       
    72      */
       
    73     #ifdef MSGUI_UNIT_TEST
       
    74       friend class TestMsgMainWindow;
       
    75     #endif
       
    76     
    69 };
    77 };
    70 
    78 
    71 #endif // MSG_MAIN_WINDOW_H
    79 #endif // MSG_MAIN_WINDOW_H
    72 
    80 
    73 // EOF
    81 // EOF