Index: src/libchcore/TTask.h =================================================================== diff -u -r7d59ab9183c933f2fc2682a95fb5d26cf2f952d7 -r2e384de25de613cb582a966df7d1cb9468f1c825 --- src/libchcore/TTask.h (.../TTask.h) (revision 7d59ab9183c933f2fc2682a95fb5d26cf2f952d7) +++ src/libchcore/TTask.h (.../TTask.h) (revision 2e384de25de613cb582a966df7d1cb9468f1c825) @@ -60,6 +60,7 @@ void GetBufferSizes(TBufferSizes& bsSizes); TSmartPath GetLogPath() const; + TString GetTaskName() const; // thread void SetPriority(int nPriority); @@ -84,6 +85,7 @@ void SetTaskDefinition(const TTaskDefinition& rTaskDefinition); void SetLogPath(const TSmartPath& pathLog); + icpf::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