Made BDebugEventInputStream::ReadNextEvent() nicer to use.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30260 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-04-19 11:17:24 +00:00
parent 98b956380c
commit 36e787103f
4 changed files with 51 additions and 30 deletions
+2 -3
View File
@@ -29,9 +29,8 @@ public:
private:
static status_t _LoaderEntry(void* data);
status_t _Loader();
status_t _ProcessEvent(
const system_profiler_event_header* header,
size_t size);
status_t _ProcessEvent(uint32 event, uint32 cpu,
const void* buffer, size_t size);
private:
BLocker fLock;