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

user_exits/sample_cr_move_files.h

Go to the documentation of this file.
00001 /*==============================================================================
00002                 Copyright (c) 2003-2005 UGS Corporation
00003                    Unpublished - All Rights Reserved
00004  ==============================================================================*/
00005 
00006 /*  */
00007 
00008 #ifndef SAMPLE_CR_MOVE_FILES_H
00009 #define SAMPLE_CR_MOVE_FILES_H
00010 
00011 #include <epm/epm.h>
00012 
00013 #define FLRELDIR  "/usr/tmp/released"
00014 
00015 #include <user_exits/libuser_exits_exports.h>
00016 
00017 int startup_ITK_environment     (void);
00018 int shutdown_ITK_environment    (void);
00019 int find_released_objects();
00020 int relocate_released_dataset_file(tag_t jobtag);
00021 
00022 #ifdef __cplusplus
00023     extern "C"{
00024 #endif
00025 
00026 
00027 extern USER_EXITS_API int SMP_relocate_file_handler(EPM_action_message_t msg);
00028 
00029 #ifdef __cplusplus
00030 }
00031 #endif
00032 
00033 #include <user_exits/libuser_exits_undef.h>
00034 
00035 #endif