vfs: check userland buffers before reading them.
[haiku.git] / src / preferences / shortcuts / ShortcutsApp.h
blobc0ad7b21701c3b8f72e9bff68b10a4ea86f46416
1 /*
2 * Copyright 1999-2009 Jeremy Friesner
3 * Copyright 2009-2010 Haiku, Inc. All rights reserved.
4 * Distributed under the terms of the MIT License.
6 * Authors:
7 * Jeremy Friesner
8 * Fredrik Modéen
9 */
10 #ifndef SHORTCUTS_APP_H
11 #define SHORTCUTS_APP_H
14 #include <Application.h>
17 class ShortcutsApp : public BApplication {
18 public:
19 ShortcutsApp();
20 ~ShortcutsApp();
21 virtual void ReadyToRun();
25 #endif // SHORTCUTS_APP_H