aboutsummaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorPetre Eftime <[email protected]>2016-01-15 16:44:35 +0200
committerPetre Eftime <[email protected]>2016-03-07 11:50:01 +0200
commit847f7a6ac405320df996d80067f83e4f5c10a74f (patch)
treea90d4a1f4162359a23aad1f1fbc415a9d2fd7882 /api
parent0ba4a05d825545cac19ec86c8336f7fbc779aaf6 (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.hpp1
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;
};