Index: src/libchcore/TTask.h =================================================================== diff -u -rc66b22f786f8434075a09e92de52bba8a53a85db -r2e384de25de613cb582a966df7d1cb9468f1c825 --- src/libchcore/TTask.h (.../TTask.h) (revision c66b22f786f8434075a09e92de52bba8a53a85db) +++ 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); @@ -86,7 +87,6 @@ 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 void OnRegisterTask();