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:
@@ -160,8 +160,7 @@ RemoteDevice::RemoteDevice(bdaddr_t address)
|
|||||||
|
|
||||||
RemoteDevice::RemoteDevice(BString 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
|
DeviceClass
|
||||||
RemoteDevice::GetDeviceClass()
|
RemoteDevice::GetDeviceClass()
|
||||||
{
|
{
|
||||||
return fDeviceClass;
|
return fDeviceClass;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user