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
390 B
16 lines
390 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>
|
|
#include "connor_itk_util.h"
|
|
using namespace std;
|
|
|
|
int JK_check_has_material_and_ecn(EPM_rule_message_t msg);
|
|
int JK_Send_SRM(EPM_action_message_t msg);
|
|
|
|
extern "C" int POM_AM__set_application_bypass(logical bypass); |