Main change is epicsBoolean=>bool

equuals => operator==
Additional implementation in Convert.cpp
This commit is contained in:
Marty Kraimer
2010-10-19 14:52:07 -04:00
parent 4b912a3c30
commit e5aac3b8e4
32 changed files with 689 additions and 160 deletions

View File

@@ -93,7 +93,7 @@ namespace epics { namespace pvData {
throw std::logic_error(notImplemented);
}
epicsBoolean PVStructureArray::equals(PVField *pv)
bool PVStructureArray::operator==(PVField *pv)
{
throw std::logic_error(notImplemented);
}