merged cleanup
This commit is contained in:
@ -1,13 +1,12 @@
|
||||
#ifndef __SmartPointerDemo_include__
|
||||
#define __SmartPointerDemo_include__
|
||||
#ifndef SmartPointerDemo_include__
|
||||
#define SmartPointerDemo_include__
|
||||
|
||||
#include "kernel/Globals.h"
|
||||
|
||||
class SmartPointerDemo : public Thread {
|
||||
private:
|
||||
public:
|
||||
SmartPointerDemo(const SmartPointerDemo& copy) = delete;
|
||||
|
||||
public:
|
||||
SmartPointerDemo() : Thread("SmartPointerDemo") {}
|
||||
|
||||
void run() override;
|
||||
|
||||
Reference in New Issue
Block a user