Implement RemoteDevice contructor by String
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26224 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
22e2241763
commit
b94e17518b
@ -160,8 +160,7 @@ RemoteDevice::RemoteDevice(bdaddr_t address)
|
||||
|
||||
RemoteDevice::RemoteDevice(BString address)
|
||||
{
|
||||
/* TODO */
|
||||
|
||||
fBdaddr = bdaddrUtils::FromString((const char *)address.String());
|
||||
}
|
||||
|
||||
|
||||
@ -180,11 +179,11 @@ RemoteDevice::GetProperty(const char* property, uint32* value) /* Throwing */
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
DeviceClass
|
||||
RemoteDevice::GetDeviceClass()
|
||||
{
|
||||
return fDeviceClass;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user