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.

16 lines
480 B

#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include <map>
#include <set>
#include <string>
#include <string.h>
#include <epm/epm.h>
#include <epm/signoff.h>
using namespace std;
int jy_create_material_code(EPM_action_message_t msg);
int xy_assign_form_props(EPM_action_message_t msg);
int ORIGIN_EPM_auto_signoff(EPM_action_message_t msg);
int ORIGIN_EPM_check_and_signoff(EPM_action_message_t msg);
extern "C" int POM_AM__set_application_bypass(logical bypass);