diff options
author | Petre Eftime <[email protected]> | 2016-01-15 16:44:35 +0200 |
---|---|---|
committer | Petre Eftime <[email protected]> | 2016-03-07 11:50:01 +0200 |
commit | 847f7a6ac405320df996d80067f83e4f5c10a74f (patch) | |
tree | a90d4a1f4162359a23aad1f1fbc415a9d2fd7882 /api | |
parent | 0ba4a05d825545cac19ec86c8336f7fbc779aaf6 (diff) |
Add comparison for find's parent parameter
Signed-off-by: Petre Eftime <[email protected]>
Diffstat (limited to 'api')
-rw-r--r-- | api/tinyb/BluetoothObject.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/tinyb/BluetoothObject.hpp b/api/tinyb/BluetoothObject.hpp index da2334f4..0c13058b 100644 --- a/api/tinyb/BluetoothObject.hpp +++ b/api/tinyb/BluetoothObject.hpp @@ -89,4 +89,5 @@ public: * @return True if this object and the other point to the same DBus Object */ virtual bool operator==(const BluetoothObject &other) const; + virtual bool operator!=(const BluetoothObject &other) const; }; |