Complete DeviceManager, need testing though.
Fix crash with TeamMonitor when quitting. Moved app signature to a common place git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8674 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -49,6 +49,8 @@
|
||||
#include <OS.h>
|
||||
#include <SupportDefs.h>
|
||||
|
||||
#define INPUTSERVER_SIGNATURE "application/x-vnd.OBOS-input_server"
|
||||
|
||||
#if DEBUG>=1
|
||||
#define EXIT() printf("EXIT %s\n", __PRETTY_FUNCTION__)
|
||||
#define CALLED() printf("CALLED %s\n", __PRETTY_FUNCTION__)
|
||||
@@ -77,6 +79,7 @@ class _BDeviceAddOn_
|
||||
: fDevice(device) {};
|
||||
|
||||
BInputServerDevice *fDevice;
|
||||
BList fMonitoredRefs;
|
||||
};
|
||||
|
||||
class _BMethodAddOn_
|
||||
|
||||
Reference in New Issue
Block a user