/*============================================================================== Copyright (c) 2003-2005 UGS Corporation Unpublished - All Rights Reserved ==============================================================================*/ /* */ #ifndef USER_SERVER_EXITS_H #define USER_SERVER_EXITS_H #include #include #include #include /** @defgroup USER_SERVER_EXITS User Server Exits @{ */ #ifdef __cplusplus extern "C" { #endif extern SERVER_EXITS_API int USERSERVICE_register_methods(); #ifdef __cplusplus } #endif /** @} */ #include #endif