- Modify API be more be like
- Polish a bit the classes composing the Discovery process git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24697 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -49,7 +49,7 @@ class LocalDevice {
|
||||
void updateRecord(ServiceRecord srvRecord);
|
||||
*/
|
||||
private:
|
||||
LocalDevice(hci_id hid);
|
||||
LocalDevice(hci_id hid);
|
||||
|
||||
static LocalDevice* RequestLocalDeviceID(BMessage* request);
|
||||
|
||||
@@ -57,6 +57,9 @@ class LocalDevice {
|
||||
BMessenger* fMessenger;
|
||||
|
||||
hci_id hid;
|
||||
hci_id GetID(void) {return hid;}
|
||||
|
||||
friend class DiscoveryAgent;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user