vfs: check userland buffers before reading them.
[haiku.git] / src / apps / poorman / PoorManView.h
blobe4c40da3cc3568280fed194cb4046cd4545a6f32
1 /* PoorManView.h
3 * Philip Harrison
4 * Started: 4/25/2004
5 * Version: 0.1
6 */
8 #ifndef POOR_MAN_VIEW_H
9 #define POOR_MAN_VIEW_H
11 #ifndef _VIEW_H
12 #include <View.h>
13 #endif
15 class PoorManView: public BView {
16 public:
17 PoorManView(BRect, const char *name);
19 virtual void AttachedToWindow();
22 #endif