pvDatabaseCPP/src/V3IOC/* has been moved to pvAccessCPP; epicsShare has been added.

This commit is contained in:
Marty Kraimer
2014-02-13 07:06:14 -05:00
parent 51f4820c24
commit 53c3901099
15 changed files with 54 additions and 29 deletions

View File

@@ -11,6 +11,7 @@
#ifndef EXAMPLEPVADOUBLEARRAYGET_H
#define EXAMPLEPVADOUBLEARRAYGET_H
#include <shareLib.h>
#include <pv/timeStamp.h>
#include <pv/pvTimeStamp.h>
@@ -27,7 +28,7 @@ namespace epics { namespace pvDatabase {
class ExampleLink;
typedef std::tr1::shared_ptr<ExampleLink> ExampleLinkPtr;
class ExampleLink :
class epicsShareClass ExampleLink :
public PVRecord,
public epics::pvAccess::ChannelRequester,
public epics::pvAccess::ChannelGetRequester