Add epicsExportSharedSymbols, move some includes

This commit is contained in:
Andrew Johnson
2016-04-05 18:40:48 -05:00
parent 8fdf0d7411
commit 12d68fe209
16 changed files with 65 additions and 49 deletions

View File

@@ -6,9 +6,10 @@
#include <epicsVersion.h>
#include <pv/logger.h>
#include <pv/standardField.h>
#define epicsExportSharedSymbols
#include <pv/logger.h>
#include <pv/caChannel.h>
#include <pv/caStatus.h>

View File

@@ -4,14 +4,15 @@
* in file LICENSE that is included with this distribution.
*/
#include <pv/remote.h>
#include <pv/hexDump.h>
#include <pv/byteBuffer.h>
#include <sstream>
#include <osiSock.h>
#include <sstream>
#include <pv/byteBuffer.h>
#define epicsExportSharedSymbols
#include <pv/remote.h>
#include <pv/hexDump.h>
using std::ostringstream;
using std::hex;

View File

@@ -4,6 +4,7 @@
* in file LICENSE that is included with this distribution.
*/
#define epicsExportSharedSymbols
#include <pv/beaconHandler.h>
#include <pv/transportRegistry.h>

View File

@@ -4,18 +4,19 @@
* in file LICENSE that is included with this distribution.
*/
#include <sstream>
#include <epicsThread.h>
#include <osiSock.h>
#include <pv/epicsException.h>
#define epicsExportSharedSymbols
#include <pv/blockingTCP.h>
#include <pv/codec.h>
#include <pv/remote.h>
#include <pv/logger.h>
#include <pv/epicsException.h>
#include <osiSock.h>
#include <epicsThread.h>
#include <sstream>
using std::ostringstream;
using namespace epics::pvData;

View File

@@ -4,18 +4,19 @@
* in file LICENSE that is included with this distribution.
*/
#include <sstream>
#include <sys/types.h>
#include <osiSock.h>
#include <epicsThread.h>
#define epicsExportSharedSymbols
#include <pv/blockingTCP.h>
#include <pv/remote.h>
#include <pv/namedLockPattern.h>
#include <pv/logger.h>
#include <pv/codec.h>
#include <epicsThread.h>
#include <osiSock.h>
#include <sys/types.h>
#include <sstream>
using namespace epics::pvData;
namespace epics {

View File

@@ -4,13 +4,14 @@
* in file LICENSE that is included with this distribution.
*/
#include <pv/blockingUDP.h>
#include <pv/remote.h>
#include <pv/logger.h>
#include <sys/types.h>
#include <osiSock.h>
#include <sys/types.h>
#define epicsExportSharedSymbols
#include <pv/blockingUDP.h>
#include <pv/remote.h>
#include <pv/logger.h>
using namespace std;
using namespace epics::pvData;

View File

@@ -9,22 +9,23 @@
#include <ws2tcpip.h>
#endif
#include <sys/types.h>
#include <cstdio>
#include <epicsThread.h>
#include <osiSock.h>
#include <osdSock.h>
#include <pv/lock.h>
#include <pv/byteBuffer.h>
#define epicsExportSharedSymbols
#include <pv/blockingUDP.h>
#include <pv/pvaConstants.h>
#include <pv/inetAddressUtil.h>
#include <pv/logger.h>
#include <pv/likely.h>
#include <pv/byteBuffer.h>
#include <pv/lock.h>
#include <osdSock.h>
#include <osiSock.h>
#include <epicsThread.h>
#include <cstdio>
#include <sys/types.h>
using namespace epics::pvData;
using namespace std;
using std::tr1::static_pointer_cast;

View File

@@ -4,16 +4,18 @@
* in file LICENSE that is included with this distribution.
*/
#include <stdlib.h>
#include <time.h>
#include <vector>
#include <pv/timeStamp.h>
#define epicsExportSharedSymbols
#include <pv/simpleChannelSearchManagerImpl.h>
#include <pv/pvaConstants.h>
#include <pv/blockingUDP.h>
#include <pv/serializeHelper.h>
#include <stdlib.h>
#include <time.h>
#include <pv/timeStamp.h>
#include <vector>
using namespace std;
using namespace epics::pvData;

View File

@@ -4,6 +4,7 @@
* in file LICENSE that is included with this distribution.
*/
#define epicsExportSharedSymbols
#include <pv/transportRegistry.h>
using namespace epics::pvData;

View File

@@ -13,10 +13,10 @@
#include <pv/lock.h>
#include <pv/timer.h>
#include <pv/bitSetUtil.h>
#include <pv/serializationHelper.h>
#include <pv/queue.h>
#include <pv/standardPVField.h>
#define epicsExportSharedSymbols
#include <pv/pvAccess.h>
#include <pv/pvaConstants.h>
#include <pv/blockingUDP.h>
@@ -26,6 +26,7 @@
#include <pv/hexDump.h>
#include <pv/remote.h>
#include <pv/channelSearchManager.h>
#include <pv/serializationHelper.h>
#include <pv/simpleChannelSearchManagerImpl.h>
#include <pv/clientContextImpl.h>
#include <pv/configuration.h>

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;

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;

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>

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;

View File

@@ -4,6 +4,7 @@
* in file LICENSE that is included with this distribution.
*/
#define epicsExportSharedSymbols
#include <pv/introspectionRegistry.h>
#include <pv/serializationHelper.h>

View File

@@ -4,6 +4,7 @@
* in file LICENSE that is included with this distribution.
*/
#define epicsExportSharedSymbols
#include <pv/referenceCountingLock.h>
namespace epics {