Use epicsShareFunc, not epicsShareExtern

Also needed on friend declarations.
This commit is contained in:
Andrew Johnson
2016-04-06 14:49:51 -05:00
parent c36b969da4
commit 351840b490
3 changed files with 6 additions and 6 deletions

View File

@ -30,7 +30,7 @@
#include <shareLib.h>
//epicsShareExtern epics::pvData::PVStructurePtr createPowerSupply();
//epicsShareFunc epics::pvData::PVStructurePtr createPowerSupply();
namespace epics { namespace pvDatabase {