messagingapp/msgui/msgapp/inc/msgmainwindow.h
changeset 72 6f657153cbc5
parent 70 a15d9966050f
equal deleted inserted replaced
70:a15d9966050f 72:6f657153cbc5
    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