Create a parent class for the 2 devices class (RemoteDevice LocalDevice)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25596 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
#include <bluetooth/bluetooth.h>
|
||||
#include <bluetooth/DeviceClass.h>
|
||||
#include <bluetooth/BluetoothDevice.h>
|
||||
|
||||
#include <bluetooth/HCI/btHCI.h>
|
||||
|
||||
@@ -23,7 +24,7 @@ namespace Bluetooth {
|
||||
|
||||
class DiscoveryAgent;
|
||||
|
||||
class LocalDevice {
|
||||
class LocalDevice : public BluetoothDevice {
|
||||
|
||||
public:
|
||||
/* Possible throwing */
|
||||
|
||||
Reference in New Issue
Block a user