You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
742 B
37 lines
742 B
/*==============================================================================
|
|
Copyright (c) 2003-2005 UGS Corporation
|
|
Unpublished - All Rights Reserved
|
|
==============================================================================*/
|
|
|
|
/* */
|
|
|
|
#ifndef USER_SERVER_EXITS_H
|
|
#define USER_SERVER_EXITS_H
|
|
|
|
#include <stdio.h>
|
|
#include <tc/tc_startup.h>
|
|
#include <ict/ict_userservice.h>
|
|
#include <server_exits/libserver_exits_exports.h>
|
|
|
|
/**
|
|
@defgroup USER_SERVER_EXITS User Server Exits
|
|
@{
|
|
*/
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
extern SERVER_EXITS_API int USERSERVICE_register_methods();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
/** @} */
|
|
|
|
#include <server_exits/libserver_exits_undef.h>
|
|
|
|
#endif
|