Index: src/libchcore/TTask.h =================================================================== diff -u -N -r4fe995b304ea342b50293f92d3c1992b43b820f7 -rd18db617f4727a237c94b59af9b4328f829eda16 --- src/libchcore/TTask.h (.../TTask.h) (revision 4fe995b304ea342b50293f92d3c1992b43b820f7) +++ src/libchcore/TTask.h (.../TTask.h) (revision d18db617f4727a237c94b59af9b4328f829eda16) @@ -88,7 +88,7 @@ void SetTaskDefinition(const TTaskDefinition& rTaskDefinition); void SetLogPath(const TSmartPath& pathLog); - chcore::log_file& GetLog(); + log_file& GetLog(); // methods are called when task is being added or removed from the global task array /// Method is called when this task is being added to a TTaskManager object @@ -162,7 +162,7 @@ bool m_bContinue; // allows task to continue // other helpers - chcore::log_file m_log; ///< Log file where task information will be stored + log_file m_log; ///< Log file where task information will be stored /// Thread controlling object TWorkerThreadController m_workerThread;