use epicsGuard template
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
|
||||
#define CAS_VERSION_GLOBAL
|
||||
|
||||
#include "epicsGuard.h"
|
||||
|
||||
#include "addrList.h"
|
||||
|
||||
#define caServerGlobal
|
||||
|
||||
@@ -32,6 +32,17 @@
|
||||
#ifndef caServerIIL_h
|
||||
#define caServerIIL_h
|
||||
|
||||
#ifdef epicsExportSharedSymbols
|
||||
#define caServerIIL_h_epicsExportSharedSymbols
|
||||
#undef epicsExportSharedSymbols
|
||||
#endif
|
||||
|
||||
#include "epicsGuard.h"
|
||||
|
||||
#ifdef caServerIIL_h_epicsExportSharedSymbols
|
||||
#define epicsExportSharedSymbols
|
||||
#endif
|
||||
|
||||
//
|
||||
// caServerI::getAdapter()
|
||||
//
|
||||
|
||||
@@ -2,6 +2,18 @@
|
||||
#ifndef outBufILh
|
||||
#define outBufILh
|
||||
|
||||
#ifdef epicsExportSharedSymbols
|
||||
#define outBufILh_epicsExportSharedSymbols
|
||||
#undef epicsExportSharedSymbols
|
||||
#endif
|
||||
|
||||
#include "epicsGuard.h"
|
||||
|
||||
#ifdef outBufILh_epicsExportSharedSymbols
|
||||
#define epicsExportSharedSymbols
|
||||
#endif
|
||||
|
||||
|
||||
//
|
||||
// outBuf::bytesPresent ()
|
||||
// number of bytes in the output queue
|
||||
|
||||
Reference in New Issue
Block a user