reworked device manager
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8671 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -72,12 +72,20 @@ class InputDeviceListItem
|
||||
|
||||
class _BDeviceAddOn_
|
||||
{
|
||||
public:
|
||||
_BDeviceAddOn_(BInputServerDevice *device)
|
||||
: fDevice(device) {};
|
||||
|
||||
BInputServerDevice *fDevice;
|
||||
};
|
||||
|
||||
class _BMethodAddOn_
|
||||
{
|
||||
public:
|
||||
_BMethodAddOn_(BInputServerMethod *method)
|
||||
: fMethod(method) {};
|
||||
|
||||
BInputServerMethod *fMethod;
|
||||
};
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user