changed the name of the CAC process thread to not include blanks
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
#include <iocinf.h>
|
||||
|
||||
processThread::processThread (cac *pcacIn) :
|
||||
osiThread ("CAC process", threadGetStackSize(threadStackSmall), threadPriorityMedium),
|
||||
pcac (pcacIn),
|
||||
shutDown (false)
|
||||
osiThread ( "CACprocess", threadGetStackSize (threadStackSmall), threadPriorityMedium ),
|
||||
pcac ( pcacIn ),
|
||||
shutDown ( false )
|
||||
{
|
||||
this->start ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user