Move GetID to public API
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30298 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -46,7 +46,7 @@ public:
|
|||||||
ServiceRecord getRecord(Connection notifier);
|
ServiceRecord getRecord(Connection notifier);
|
||||||
void updateRecord(ServiceRecord srvRecord);
|
void updateRecord(ServiceRecord srvRecord);
|
||||||
*/
|
*/
|
||||||
|
hci_id GetID(void) {return hid;}
|
||||||
private:
|
private:
|
||||||
LocalDevice(hci_id hid);
|
LocalDevice(hci_id hid);
|
||||||
virtual ~LocalDevice();
|
virtual ~LocalDevice();
|
||||||
@@ -54,7 +54,7 @@ private:
|
|||||||
status_t ReadLocalVersion();
|
status_t ReadLocalVersion();
|
||||||
status_t ReadBufferSize();
|
status_t ReadBufferSize();
|
||||||
status_t Reset();
|
status_t Reset();
|
||||||
hci_id GetID(void) {return hid;}
|
|
||||||
static LocalDevice* RequestLocalDeviceID(BMessage* request);
|
static LocalDevice* RequestLocalDeviceID(BMessage* request);
|
||||||
|
|
||||||
BMessenger* fMessenger;
|
BMessenger* fMessenger;
|
||||||
@@ -64,6 +64,7 @@ private:
|
|||||||
friend class DiscoveryAgent;
|
friend class DiscoveryAgent;
|
||||||
friend class RemoteDevice;
|
friend class RemoteDevice;
|
||||||
friend class PincodeWindow;
|
friend class PincodeWindow;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user