add getEnums() stub

This commit is contained in:
Jeff Hill
1996-09-04 20:08:55 +00:00
parent 9351447cf2
commit 4bd45337bf

View File

@@ -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()
//