1
0

Suggestions

This commit is contained in:
Tiger Wang
2014-10-23 23:58:01 +01:00
parent 27687cfcd4
commit 51fa6b4090
7 changed files with 50 additions and 10 deletions

View File

@@ -16,8 +16,7 @@ In the descending class' constructor call the Start() method to start the thread
#pragma once
#ifndef CISTHREAD_H_INCLUDED
#define CISTHREAD_H_INCLUDED
#include <thread>
@@ -56,5 +55,3 @@ protected:
#endif // CISTHREAD_H_INCLUDED