vfs: check userland buffers before reading them.
[haiku.git] / src / tests / kits / app / bhandler / UnlockLooperTest.h
bloba363a514aefd1ec26798c44209e2660c8b50c123
1 //------------------------------------------------------------------------------
2 // UnlockLooperTest.h
3 //
4 //------------------------------------------------------------------------------
6 #ifndef UNLOCKLOOPERTEST_H
7 #define UNLOCKLOOPERTEST_H
9 // Standard Includes -----------------------------------------------------------
11 // System Includes -------------------------------------------------------------
12 #include <Handler.h>
14 // Project Includes ------------------------------------------------------------
16 // Local Includes --------------------------------------------------------------
17 #include "../common.h"
19 // Local Defines ---------------------------------------------------------------
21 // Globals ---------------------------------------------------------------------
23 class TUnlockLooperTest : public TestCase
25 public:
26 TUnlockLooperTest() {;}
27 TUnlockLooperTest(std::string name) : TestCase(name) {;}
29 void UnlockLooper1();
30 void UnlockLooper2();
31 void UnlockLooper3();
33 static Test* Suite();
36 #endif //UNLOCKLOOPERTEST_H
39 * $Log $
41 * $Id $