version 3.8.2
PIObject::Connection::disconnect() now const PIObject::deleted now public
This commit is contained in:
@@ -798,7 +798,7 @@ PIObject::Connection::Connection() {
|
||||
}
|
||||
|
||||
|
||||
bool PIObject::Connection::disconnect() {
|
||||
bool PIObject::Connection::disconnect() const {
|
||||
if (!isValid() || !src_o) return false;
|
||||
if (!src_o->isPIObject()) return false;
|
||||
bool ndm = dest_o && (src_o != dest_o), ret = false, found = false;
|
||||
|
||||
Reference in New Issue
Block a user