add getEnums() stub
This commit is contained in:
@@ -350,6 +350,14 @@ caStatus exPV::getUnits(gdd &units)
|
||||
return S_cas_success;
|
||||
}
|
||||
|
||||
//
|
||||
// exPV::getEnums()
|
||||
//
|
||||
caStatus exPV::getEnums(gdd &)
|
||||
{
|
||||
return S_cas_noConvert;
|
||||
}
|
||||
|
||||
//
|
||||
// exPV::getValue()
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user