mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
cc_timer.h: fix threadname assignment
Parameter not really passed in some some conditions.
This commit is contained in:
@@ -131,7 +131,7 @@ class CComponentsTimer : public sigc::trackable
|
|||||||
* @return
|
* @return
|
||||||
* void
|
* void
|
||||||
*/
|
*/
|
||||||
void setThreadName(const std::string& n) { name = n; };
|
void setThreadName(const std::string& n) { name = tn = n; }
|
||||||
|
|
||||||
/**Provides a signal handler to receive any function or methode.
|
/**Provides a signal handler to receive any function or methode.
|
||||||
* Use this in your class where ever you need time controled actions.
|
* Use this in your class where ever you need time controled actions.
|
||||||
|
Reference in New Issue
Block a user