dont use struct for C++ class defs

This commit is contained in:
Jeff Hill
2001-02-22 19:52:09 +00:00
parent aca1c5f76e
commit 3fa13a1d8f
8 changed files with 236 additions and 188 deletions

View File

@@ -30,7 +30,7 @@
*/
#define epicsExportSharedSymbols
#include "epicsTimerPrivate.h"
#include "timerPrivate.h"
tsFreeList < class timer, 0x20 > timer::freeList;