Index: src/ch/MainWnd.h =================================================================== diff -u -N -ra5f396da5ed5ffb3fcd9fdf22afb5a7fd07e1ab8 -rb1ecc12ba4c1f2a7b4acd6e82fc4193535e55ff0 --- src/ch/MainWnd.h (.../MainWnd.h) (revision a5f396da5ed5ffb3fcd9fdf22afb5a7fd07e1ab8) +++ src/ch/MainWnd.h (.../MainWnd.h) (revision b1ecc12ba4c1f2a7b4acd6e82fc4193535e55ff0) @@ -48,6 +48,8 @@ void ProcessCommandLine(const TCommandLineParser& rCommandLine); + CString GetTasksDirectory() const; + afx_msg void OnPopupShowStatus(); afx_msg void OnPopupShowOptions(); afx_msg void OnClose(); @@ -73,7 +75,7 @@ CTrayIcon m_ctlTray; - chcore::TTaskManager m_tasks; + chcore::TTaskManagerPtr m_spTasks; chcore::IFeedbackHandlerFactory* m_pFeedbackFactory; chcore::TSharedMemory m_tCHExtharedMemory;