Add epicsExportSharedSymbols, move some includes

This commit is contained in:
Andrew Johnson
2016-04-06 10:59:22 -05:00
parent 8fdf0d7411
commit 12d68fe209
16 changed files with 65 additions and 49 deletions
+1
View File
@@ -4,6 +4,7 @@
* in file LICENSE that is included with this distribution.
*/
#define epicsExportSharedSymbols
#include <pv/baseChannelRequester.h>
using namespace epics::pvData;
+4 -4
View File
@@ -8,12 +8,12 @@
#define NOMINMAX
#endif
#include <pv/beaconEmitter.h>
#include <pv/serializationHelper.h>
#include <pv/logger.h>
#include <algorithm>
#define epicsExportSharedSymbols
#include <pv/beaconEmitter.h>
#include <pv/serializationHelper.h>
#include <pv/logger.h>
#include <pv/serverContext.h>
using namespace std;
+7 -6
View File
@@ -17,17 +17,18 @@
#include <time.h>
#include <stdlib.h>
#include <osiSock.h>
#include <osiProcess.h>
#include <pv/byteBuffer.h>
#include <pv/timer.h>
#define epicsExportSharedSymbols
#include <pv/responseHandlers.h>
#include <pv/remote.h>
#include <pv/hexDump.h>
#include <pv/serializationHelper.h>
#include <pv/byteBuffer.h>
#include <osiSock.h>
#include <osiProcess.h>
#include <pv/logger.h>
#include <pv/pvAccessMB.h>
#include <pv/rpcServer.h>
#include <pv/security.h>
+1
View File
@@ -4,6 +4,7 @@
* in file LICENSE that is included with this distribution.
*/
#define epicsExportSharedSymbols
#include <pv/serverChannelImpl.h>
using namespace epics::pvData;