Index: src/libchcore/TSubTaskContext.h =================================================================== diff -u -N -re96806b7f8ff7ca7e9f4afbea603e6351a3dc3e3 -ra27d1acf1bda3c25b6dcce0d0eb0278009ce63ae --- src/libchcore/TSubTaskContext.h (.../TSubTaskContext.h) (revision e96806b7f8ff7ca7e9f4afbea603e6351a3dc3e3) +++ src/libchcore/TSubTaskContext.h (.../TSubTaskContext.h) (revision a27d1acf1bda3c25b6dcce0d0eb0278009ce63ae) @@ -31,13 +31,9 @@ #include "TFileInfoArray.h" #include "IFilesystem.h" -namespace icpf -{ - class log_file; -} - namespace chcore { + class log_file; class TWorkerThreadController; class TTaskConfigTracker; class TLocalFilesystem; @@ -52,7 +48,7 @@ public: TSubTaskContext(TConfig& rConfig, const TBasePathDataContainerPtr& spBasePaths, const TFileFiltersArray& rFilters, - TTaskConfigTracker& rCfgTracker, icpf::log_file& rLog, + TTaskConfigTracker& rCfgTracker, chcore::log_file& rLog, TWorkerThreadController& rThreadController, const IFilesystemPtr& spFilesystem); ~TSubTaskContext(); @@ -74,8 +70,8 @@ TTaskConfigTracker& GetCfgTracker(); const TTaskConfigTracker& GetCfgTracker() const; - icpf::log_file& GetLog(); - const icpf::log_file& GetLog() const; + chcore::log_file& GetLog(); + const chcore::log_file& GetLog() const; TWorkerThreadController& GetThreadController(); const TWorkerThreadController& GetThreadController() const; @@ -115,7 +111,7 @@ #pragma warning(pop) // additional data - icpf::log_file& m_rLog; + chcore::log_file& m_rLog; // thread control TWorkerThreadController& m_rThreadController;