make copy constructor and assignment oper private

This commit is contained in:
Jeff Hill
2002-02-06 02:27:42 +00:00
parent 8f85d2887c
commit 921db3d9f8
27 changed files with 131 additions and 31 deletions

View File

@@ -33,6 +33,10 @@
#define epicsExportSharedSymbols
#include "timerPrivate.h"
timerQueueActiveMgr::timerQueueActiveMgr ()
{
}
timerQueueActiveMgr::~timerQueueActiveMgr ()
{
epicsAutoMutex locker ( this->mutex );