aboutsummaryrefslogtreecommitdiffstats
path: root/api/tinyb/BluetoothDevice.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'api/tinyb/BluetoothDevice.hpp')
-rw-r--r--api/tinyb/BluetoothDevice.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/api/tinyb/BluetoothDevice.hpp b/api/tinyb/BluetoothDevice.hpp
index 5a44795e..c8554081 100644
--- a/api/tinyb/BluetoothDevice.hpp
+++ b/api/tinyb/BluetoothDevice.hpp
@@ -58,6 +58,10 @@ protected:
BluetoothObject *parent = nullptr);
public:
+ static std::string java_class() {
+ return std::string(JAVA_PACKAGE "/BluetoothDevice");
+ }
+
virtual std::string get_java_class() const;
virtual std::string get_class_name() const;
virtual std::string get_object_path() const;