vfs: check userland buffers before reading them.
[haiku.git] / src / preferences / media / Media.h
blobb8fb227bbb3bdbf9e1db3fc02a0e951436f8d2c8
1 /*
2 * Copyright 2003-2006, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors in chronological order:
6 * Sikosis
7 * Jérôme Duval
8 */
9 #ifndef MEDIA_H
10 #define MEDIA_H
13 #include "MediaWindow.h"
15 #include <Application.h>
16 #include <Catalog.h>
17 #include <Locale.h>
20 class Media : public BApplication {
21 public:
22 Media();
24 status_t InitCheck();
26 private:
27 MediaIcons fIcons;
28 MediaWindow* fWindow;
31 #endif // MEDIA_H