made CA client service list an epics singleton

This commit is contained in:
Jeff Hill
2002-03-22 21:25:41 +00:00
parent 017bf6f96d
commit e0956c2c11
4 changed files with 8 additions and 7 deletions

View File

@@ -14,14 +14,14 @@
* 505 665 1831
*/
#include "iocinf.h"
#include "epicsGuard.h"
#include "epicsSingleton.h"
#define epicsExportSharedSymbols
#include "iocinf.h"
#include "epicsGuard.h"
#include "cacIO.h"
#undef epicsExportSharedSymbols
epicsShareDef cacServiceList cacGlobalServiceList;
epicsShareDef epicsSingleton < cacServiceList > pGlobalServiceListCAC;
cacServiceList::cacServiceList ()
{