PVStructure: implements method of SerializableArray without inheriting
And the implementation is a noop...
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user