added new override
This commit is contained in:
@@ -73,6 +73,9 @@ class Thread {
|
||||
/*! \brief Unique thread id */
|
||||
const size_t id;
|
||||
|
||||
|
||||
|
||||
|
||||
/*! \brief Marker for a dying thread
|
||||
*/
|
||||
volatile bool kill_flag;
|
||||
@@ -110,4 +113,10 @@ class Thread {
|
||||
* meaningful code to be run in this thread.
|
||||
*/
|
||||
virtual void action() = 0; // XXX: why is this not always pure virtual?
|
||||
//
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
void* operator new ( std::size_t count );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user