Index: src/libchcore/TSubTaskContext.h =================================================================== diff -u -N -r121d674474766192b5bf02afda67fb962635f56b -r7d59ab9183c933f2fc2682a95fb5d26cf2f952d7 --- src/libchcore/TSubTaskContext.h (.../TSubTaskContext.h) (revision 121d674474766192b5bf02afda67fb962635f56b) +++ src/libchcore/TSubTaskContext.h (.../TSubTaskContext.h) (revision 7d59ab9183c933f2fc2682a95fb5d26cf2f952d7) @@ -51,7 +51,7 @@ public: TSubTaskContext(TConfig& rConfig, const TBasePathDataContainerPtr& spBasePaths, const TFileFiltersArray& rFilters, - TTaskConfigTracker& rCfgTracker, icpf::log_file& rLog, const IFeedbackHandlerPtr& spFeedbackHandler, + TTaskConfigTracker& rCfgTracker, icpf::log_file& rLog, TWorkerThreadController& rThreadController, TLocalFilesystem& rfsLocal); ~TSubTaskContext(); @@ -76,8 +76,6 @@ icpf::log_file& GetLog(); const icpf::log_file& GetLog() const; - IFeedbackHandlerPtr GetFeedbackHandler(); - TWorkerThreadController& GetThreadController(); const TWorkerThreadController& GetThreadController() const; @@ -115,12 +113,6 @@ // additional data icpf::log_file& m_rLog; - // feedback handling -#pragma warning(push) -#pragma warning(disable: 4251) - IFeedbackHandlerPtr m_spFeedbackHandler; -#pragma warning(pop) - // thread control TWorkerThreadController& m_rThreadController; };