rest implementation, index issues

This commit is contained in:
Dhanya Maliakal
2017-07-13 14:44:03 +02:00
parent 39560969f4
commit 0bacb903ea
15 changed files with 56 additions and 97 deletions

View File

@@ -12,8 +12,8 @@ using namespace std;
ThreadObject::ThreadObject():
index(0),
ThreadObject::ThreadObject(int ind):
index(ind),
alive(false),
killThread(false),
thread(0)