Main Page | Modules | Files | Functions | Code Elements | Data Structures | Deprecated

epm/cr_action_handlers.h

Go to the documentation of this file.
00001 /*==============================================================================
00002                 Copyright (c) 2003-2005 UGS Corporation
00003                    Unpublished - All Rights Reserved
00004  ==============================================================================*/
00005 
00012 /*  */
00013 
00014 #ifndef CR_ACTION_HANDLERS_H
00015 #define CR_ACTION_HANDLERS_H
00016 
00017 #include <epm/cr.h>
00018 #include <epm/epm.h>
00019 #include <user_exits/libuser_exits_exports.h>
00020 
00027 #ifdef __cplusplus
00028     extern "C"{
00029 #endif
00030 
00031 #if 0
00032 extern USER_EXITS_API int CR_notify(
00033     EPM_action_message_t  msg
00034     );
00035 
00036 extern USER_EXITS_API int CR_fill_in_reviewers(
00037     EPM_action_message_t  msg
00038     );
00039 
00040 #endif
00041 
00042 #ifdef __cplusplus
00043 }
00044 #endif
00045 
00048 #include <user_exits/libuser_exits_undef.h>
00049 #include <epm/libepm_exports.h>
00050 
00051 #include <epm/libepm_undef.h>
00052 #endif
00053