updated to match thread class changes

This commit is contained in:
Jeff Hill
2000-05-24 22:07:40 +00:00
parent 15fca75a88
commit 34b352cc5b

View File

@@ -438,9 +438,10 @@ osiTimerQueue::~osiTimerQueue()
// osiTimerThread::osiTimerThread ()
//
osiTimerThread::osiTimerThread (osiTimerQueue &queueIn, unsigned priority) :
osiThread (), queue (queueIn)
osiThread ("osiTimerQueue", threadGetStackSize (threadStackMedium), priority),
queue (queueIn)
{
start("osiTimerQueue", threadGetStackSize (threadStackMedium), priority);
this->start ();
}
//