Cleanups
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26615 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -50,15 +50,14 @@ class RemoteDevice : public BluetoothDevice {
|
||||
void GetProperty(const char* property, uint32* value); /* Throwing */
|
||||
|
||||
LocalDevice* GetLocalDeviceOwner();
|
||||
protected:
|
||||
|
||||
RemoteDevice(BString address);
|
||||
RemoteDevice(bdaddr_t address);
|
||||
|
||||
|
||||
|
||||
/* Instances of this class only would be instantiated by Discovery[Listener|Agent] */
|
||||
friend class DiscoveryListener;
|
||||
protected:
|
||||
/* called by Discovery[Listener|Agent] */
|
||||
void SetLocalDeviceOwner(LocalDevice* ld);
|
||||
friend class DiscoveryListener;
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user