added operator!=

Convert.cpp almost done
This commit is contained in:
Marty Kraimer
2010-10-20 16:06:25 -04:00
parent f7c89f2ed9
commit e0ca45a028
22 changed files with 1834 additions and 22 deletions
+5
View File
@@ -98,6 +98,11 @@ namespace epics { namespace pvData {
throw std::logic_error(notImplemented);
}
bool PVStructureArray::operator!=(PVField *pv)
{
throw std::logic_error(notImplemented);
}
class BasePVStructureArray : public PVStructureArray {
public:
BasePVStructureArray(PVStructure *parent,