update demos for nice_kill
This commit is contained in:
@ -8,9 +8,7 @@ private:
|
||||
SmartPointerDemo(const SmartPointerDemo& copy) = delete;
|
||||
|
||||
public:
|
||||
SmartPointerDemo() {
|
||||
kout << "Initialized SmartPointerDemo" << endl;
|
||||
}
|
||||
SmartPointerDemo() : Thread("SmartPointerDemo") {}
|
||||
|
||||
void run() override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user