cleaned up thread names

This commit is contained in:
Jeff Hill
2000-06-08 18:08:39 +00:00
parent 314671f6e9
commit faf8e5f2d2

View File

@@ -18,7 +18,7 @@
#include <iocinf.h>
processThread::processThread (cac *pcacIn) :
osiThread ( "CACprocess", threadGetStackSize (threadStackSmall), threadPriorityMedium ),
osiThread ( "CAC-process", threadGetStackSize (threadStackSmall), threadPriorityMedium ),
pcac ( pcacIn ),
shutDown ( false )
{