Added a device manager for devices monitoring
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8666 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -229,10 +229,8 @@ BInputServerDevice::StartMonitoringDevice(const char *device)
|
||||
{
|
||||
CALLED();
|
||||
PRINT(("StartMonitoringDevice %s\n", device));
|
||||
|
||||
status_t status = B_OK;
|
||||
|
||||
return status;
|
||||
return InputServer::gDeviceManager.StartMonitoringDevice(fOwner, device);
|
||||
}
|
||||
|
||||
|
||||
@@ -244,9 +242,7 @@ status_t
|
||||
BInputServerDevice::StopMonitoringDevice(const char *device)
|
||||
{
|
||||
CALLED();
|
||||
status_t status = B_OK;
|
||||
|
||||
return status;
|
||||
return InputServer::gDeviceManager.StopMonitoringDevice(fOwner, device);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user