vfs: check userland buffers before reading them.
[haiku.git] / src / apps / packageinstaller / UninstallWindow.h
blobb5f0bf3edfe4e799c80c926f5aa5a09dce413edd
1 /*
2 * Copyright (c) 2007, Haiku, Inc.
3 * Distributed under the terms of the MIT license.
5 * Author:
6 * Ɓukasz 'Sil2100' Zemczak <sil2100@vexillium.org>
7 */
8 #ifndef UNINSTALLWINDOW_H
9 #define UNINSTALLWINDOW_H
11 #include "UninstallView.h"
12 #include <Window.h>
13 #include <Entry.h>
16 class UninstallWindow : public BWindow {
17 public:
18 UninstallWindow();
19 virtual void Quit();
22 #endif // UNINSTALLWINDOW_H