* Add one more inquiry process hook function for notify when it has started

* Move Messages id to a private header
* New constructor for RemoteDevice



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24376 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Ruiz Dorantes
2008-03-12 21:18:23 +00:00
parent a2ca07f4ec
commit b8c8202d4d
4 changed files with 30 additions and 13 deletions
+1
View File
@@ -42,6 +42,7 @@ class RemoteDevice {
protected:
RemoteDevice(BString address);
RemoteDevice(bdaddr_t address);
/* Instances of this class only will be done by Discovery[Listener|Agent] TODO */
friend class DiscoveryListener;