Status changes
This commit is contained in:
@@ -32,9 +32,9 @@ namespace epics { namespace pvData {
|
||||
delete pImpl;
|
||||
}
|
||||
|
||||
int PVArray::getLength() {return pImpl->length;}
|
||||
int PVArray::getLength() const {return pImpl->length;}
|
||||
|
||||
int PVArray::getCapacity() {return pImpl->capacity;}
|
||||
int PVArray::getCapacity() const {return pImpl->capacity;}
|
||||
|
||||
static String fieldImmutable("field is immutable");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user