missing epicsShareClass PowerSupply

This commit is contained in:
Matej Sekoranja
2014-10-14 21:26:07 +02:00
parent 03aa15b5f7
commit 9f45bdfa75

View File

@ -38,7 +38,7 @@ epicsShareExtern epics::pvData::PVStructurePtr createPowerSupply();
class PowerSupply; class PowerSupply;
typedef std::tr1::shared_ptr<PowerSupply> PowerSupplyPtr; typedef std::tr1::shared_ptr<PowerSupply> PowerSupplyPtr;
class PowerSupply : class epicsShareClass PowerSupply :
public PVRecord public PVRecord
{ {
public: public: