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:
Oliver Ruiz Dorantes
2008-05-21 21:56:55 +00:00
parent fd585f3c8b
commit 0963754edf
4 changed files with 63 additions and 3 deletions
+2 -1
View File
@@ -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 */