- 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:
Oliver Ruiz Dorantes
2008-03-30 21:42:22 +00:00
parent dca967073f
commit b426fc0487
6 changed files with 86 additions and 54 deletions
+4 -1
View File
@@ -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;
};
}