27 #ifndef INCLUDED_RegisterShutdownHandler_h_GUID_3663ABF6_8788_4BB7_CA9F_3609E2EC7009 28 #define INCLUDED_RegisterShutdownHandler_h_GUID_3663ABF6_8788_4BB7_CA9F_3609E2EC7009 46 #if !defined(OSVR_USE_WIN32_SHUTDOWN_HANDLER) && \ 47 !defined(OSVR_USE_POSIX_SIGNAL_SHUTDOWN_HANDLER) 50 #define OSVR_USE_WIN32_SHUTDOWN_HANDLER 52 #define OSVR_USE_POSIX_SIGNAL_SHUTDOWN_HANDLER 56 #endif // !defined any config flag 58 #if defined(OSVR_USE_WIN32_SHUTDOWN_HANDLER) 61 #elif defined(OSVR_USE_POSIX_SIGNAL_SHUTDOWN_HANDLER) 65 #endif // INCLUDED_RegisterShutdownHandler_h_GUID_3663ABF6_8788_4BB7_CA9F_3609E2EC7009 The main namespace for all C++ elements of the framework, internal and external.
Definition: namespace_osvr.dox:3
Implementation header included by RegisterShutdownHandler.h on Win32 platforms.
Implementation header included by RegisterShutdownHandler.h on platforms providing signal()...
void(* ShutdownHandler)()
The type of a shutdown handler callback.
Definition: RegisterShutdownHandler.h:42