win support port

This commit is contained in:
Matej Sekoranja
2015-09-16 21:11:05 +02:00
parent 3b09ef5c21
commit 78a8f26dd0
19 changed files with 74 additions and 36 deletions

View File

@@ -8,15 +8,16 @@
* @author mrk
* @date 2015.02
*/
#define epicsExportSharedSymbols
#include <typeinfo>
#include <sstream>
#include <pv/pvaClient.h>
#include <pv/createRequest.h>
#include <pv/convert.h>
#define epicsExportSharedSymbols
#include <pv/pvaClient.h>
using std::tr1::static_pointer_cast;
using namespace epics::pvData;