reworked device manager

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8671 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-08-27 06:46:21 +00:00
parent 4158964bd7
commit b69a5532ae
6 changed files with 134 additions and 42 deletions
+8
View File
@@ -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;
};
/*****************************************************************************/