hopefully fixed windows exports

This commit is contained in:
Matej Sekoranja
2014-09-12 10:00:00 +02:00
parent 4c7e51d8ad
commit 334ed3b70a
8 changed files with 92 additions and 19 deletions

View File

@@ -31,10 +31,10 @@
#include <pv/pvAccess.h>
#include <pv/pvDatabase.h>
#include <epicsExport.h>
#include <pv/exampleDatabase.h>
#include <epicsExport.h>
using namespace epics::pvData;
using namespace epics::pvAccess;
using namespace epics::pvDatabase;

View File

@@ -26,14 +26,15 @@
#include <epicsThread.h>
#include <iocsh.h>
#include <epicsExport.h>
#include <pv/pvIntrospect.h>
#include <pv/pvData.h>
#include <pv/pvAccess.h>
#include <pv/pvDatabase.h>
#include <pv/exampleMonitorPlugin.h>
#include <epicsExport.h>
using namespace epics::pvData;
using namespace epics::pvAccess;
using namespace epics::pvDatabase;
@@ -61,4 +62,4 @@ std::cout << "exampleMonitorPluginRegister returning\n";
extern "C" {
epicsExportRegistrar(exampleMonitorPluginRegister);
}
}