/*============================================================================== Copyright (c) 2003-2005 UGS Corporation Unpublished - All Rights Reserved ==============================================================================*/ /** @file This file contains CR Action Handler function prototypes */ /* */ #ifndef CR_ACTION_HANDLERS_H #define CR_ACTION_HANDLERS_H #include #include /** @defgroup CR_ACTION_HANDLERS Action Handlers @ingroup CR @{ */ #ifdef __cplusplus extern "C"{ #endif #if 0 extern USER_EXITS_API int CR_notify( EPM_action_message_t msg ); extern USER_EXITS_API int CR_fill_in_reviewers( EPM_action_message_t msg ); #endif #ifdef __cplusplus } #endif /** @} */ #include #include #include #endif