requester.h import/export
This commit is contained in:
@ -10,9 +10,20 @@
|
||||
#define REQUESTER_H
|
||||
#include <string>
|
||||
|
||||
#ifdef epicsExportSharedSymbols
|
||||
# define requesterEpicsExportSharedSymbols
|
||||
# undef epicsExportSharedSymbols
|
||||
#endif
|
||||
|
||||
#include <pv/pvType.h>
|
||||
#include <pv/sharedPtr.h>
|
||||
|
||||
#ifdef requesterEpicsExportSharedSymbols
|
||||
# define epicsExportSharedSymbols
|
||||
# undef requesterEpicsExportSharedSymbols
|
||||
#endif
|
||||
|
||||
|
||||
#include <shareLib.h>
|
||||
|
||||
namespace epics { namespace pvAccess {
|
||||
|
Reference in New Issue
Block a user