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
btrfs: Attempt to fix GCC2 build.
[haiku.git]
/
src
/
apps
/
poorman
/
PoorManView.cpp
blob
9a27f517e11bb6b5bda23b8b1630ecb206eaebf5
1
/* PoorManView.cpp
2
*
3
* Philip Harrison
4
* Started: 4/25/2004
5
* Version: 0.1
6
*/
7
8
#ifndef POOR_MAN_VIEW_H
9
#include
"PoorManView.h"
10
#endif
11
12
PoorManView
::
PoorManView
(
BRect rect
,
const char
*
name
)
13
:
BView
(
rect
,
name
,
B_FOLLOW_ALL
,
B_WILL_DRAW
)
14
{
15
}
16
17
void
18
PoorManView
::
AttachedToWindow
()
19
{
20
}