repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
apps
/
debuganalyzer
/
gui
/
main_window
/
WaitObjectsPage.cpp
blob
3e8a61f702916a6ee6dcb2c26e001dedc8c798ac
1
/*
2
* Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3
* Distributed under the terms of the MIT License.
4
*/
5
6
7
#include
"main_window/WaitObjectsPage.h"
8
9
10
MainWindow
::
WaitObjectsPage
::
WaitObjectsPage
(
MainWindow
*
parent
)
11
:
12
fParent
(
parent
)
13
{
14
}