minor debug info
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8664 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -629,7 +629,8 @@ InputServer::MessageReceived(BMessage *message)
|
|||||||
break;*/
|
break;*/
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
PRINT(("Default message ...\n"));
|
PRINT(("Default message ... \n"));
|
||||||
|
PRINT_OBJECT(*message);
|
||||||
BMessenger app_server("application/x-vnd.Be-APPS", -1, NULL);
|
BMessenger app_server("application/x-vnd.Be-APPS", -1, NULL);
|
||||||
if (app_server.IsValid()) {
|
if (app_server.IsValid()) {
|
||||||
//app_server->SendMessage(message);
|
//app_server->SendMessage(message);
|
||||||
|
|||||||
@@ -227,9 +227,12 @@ BInputServerDevice::EnqueueMessage(BMessage *message)
|
|||||||
status_t
|
status_t
|
||||||
BInputServerDevice::StartMonitoringDevice(const char *device)
|
BInputServerDevice::StartMonitoringDevice(const char *device)
|
||||||
{
|
{
|
||||||
status_t dummy;
|
CALLED();
|
||||||
|
PRINT(("StartMonitoringDevice %s\n", device));
|
||||||
|
|
||||||
|
status_t status = B_OK;
|
||||||
|
|
||||||
return dummy;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -240,9 +243,10 @@ BInputServerDevice::StartMonitoringDevice(const char *device)
|
|||||||
status_t
|
status_t
|
||||||
BInputServerDevice::StopMonitoringDevice(const char *device)
|
BInputServerDevice::StopMonitoringDevice(const char *device)
|
||||||
{
|
{
|
||||||
status_t dummy;
|
CALLED();
|
||||||
|
status_t status = B_OK;
|
||||||
|
|
||||||
return dummy;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user