vfs: check userland buffers before reading them.
[haiku.git] / src / kits / app / RegistrarDefs.cpp
blob9137c8da095ed851ab246d5e18f8f7ab46ae9647
1 /*
2 * Copyright 2001-2015, Haiku.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Ingo Weinhold (bonefish@users.sf.net)
7 */
10 //! API classes - registrar interface.
13 #include <AppMisc.h>
14 #include <RegistrarDefs.h>
17 namespace BPrivate {
20 // names
21 #ifdef HAIKU_TARGET_PLATFORM_HAIKU
22 const char* kRAppLooperPortName = "rAppLooperPort";
23 #else
24 const char* kRAppLooperPortName = "haiku-test:rAppLooperPort";
25 #endif
28 } // namespace BPrivate