From 76646d9f67d908a7dc8b297b06807e20fe5f171a Mon Sep 17 00:00:00 2001 From: Oliver Ruiz Dorantes Date: Thu, 24 Jul 2008 20:54:32 +0000 Subject: [PATCH] Cleanups git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26615 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/bluetooth/RemoteDevice.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/headers/os/bluetooth/RemoteDevice.h b/headers/os/bluetooth/RemoteDevice.h index 418332e8ca..0c50617b17 100644 --- a/headers/os/bluetooth/RemoteDevice.h +++ b/headers/os/bluetooth/RemoteDevice.h @@ -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: