PVStructure: implements method of SerializableArray without inheriting

And the implementation is a noop...
This commit is contained in:
Michael Davidsaver
2011-02-15 11:11:48 -05:00
parent 6eabee97fe
commit 67ae45521b
2 changed files with 0 additions and 7 deletions

View File

@@ -444,11 +444,6 @@ namespace epics { namespace pvData {
}
void PVStructure::serialize(ByteBuffer *pbuffer,
SerializableControl *pflusher, int offset, int count) {
throw std::logic_error(notImplemented);
}
void PVStructure::serialize(ByteBuffer *pbuffer,
SerializableControl *pflusher, BitSet *pbitSet) {
int offset = getFieldOffset();