src
tsp
MyThread.h
Go to the documentation of this file.
1
//==================================================================
2
// File : mythread.h
3
// Author : rsagalyn
4
// Date : Aug 25, 2013
5
// Description : Subclass of threads.h, implements run()
6
//==================================================================
7
#ifndef SUBTHREAD_H
8
#define SUBTHREAD_H
9
10
#include "
threads.h
"
11
12
using namespace
std
;
13
14
//
15
class
MyThread
:
public
Thread
16
{
17
public
:
18
19
// This method will be executed by the Thread::exec method,
20
// which is executed in the thread of execution
21
virtual
void
run();
22
};
23
24
#endif
std
MyThread
Definition:
MyThread.h:15
threads.h
Thread
Definition:
threads.h:20
co_scan
Author(s):
autogenerated on Mon Feb 28 2022 23:00:45