Added UnhandledDebugMessage() hook which is called by the base class

implementations of the other hooks. This way one can easily detect/handle
otherwise unhandled events.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35964 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-03-26 21:18:08 +00:00
parent 1c421b8df4
commit 64d5a0a4b7
2 changed files with 49 additions and 17 deletions
@@ -52,6 +52,9 @@ public:
const debug_profiler_update& message);
virtual bool HandleHandedOver(
const debug_handed_over& message);
virtual bool UnhandledDebugMessage(int32 messageCode,
const debug_debugger_message_data& message);
};