11 lines
104 B
C++
11 lines
104 B
C++
#include "mythread.h"
|
|
|
|
MyThread::MyThread()
|
|
: name(threadName)
|
|
{
|
|
}
|
|
|
|
void MyThread::run()
|
|
{
|
|
//
|
|
}
|