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.

14 lines
424 B

#include "erp_utils.h"
#include "ocilib.h"
#include "common_itk_util.h"
#include "string_utils.h"
#include "string_helper.h"
#include "error_handling.h"
#include <vector>
#include <map>
#include <string>
extern "C" int POM_AM__set_application_bypass(logical bypass);
int hz_auto_revison_to_folder(EPM_action_message_t msg);
int hz_status_check(EPM_rule_message_t msg);
logical isInVec(char *type, vector<string> &type_vec);