merged cleanup
This commit is contained in:
@ -1,15 +1,14 @@
|
||||
#ifndef __VectorDemo_include__
|
||||
#define __VectorDemo_include__
|
||||
#ifndef VectorDemo_include__
|
||||
#define VectorDemo_include__
|
||||
|
||||
#include "kernel/Globals.h"
|
||||
#include "kernel/threads/Thread.h"
|
||||
#include "user/lib/Vector.h"
|
||||
|
||||
class VectorDemo : public Thread {
|
||||
private:
|
||||
public:
|
||||
VectorDemo(const VectorDemo& copy) = delete;
|
||||
|
||||
public:
|
||||
VectorDemo() : Thread("VectorDemo") {}
|
||||
|
||||
void run() override;
|
||||
|
||||
Reference in New Issue
Block a user