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.
13 lines
545 B
13 lines
545 B
#include <epm/epm.h>
|
|
#include <tccore/aom.h>
|
|
#include <tccore\item_msg.h>
|
|
|
|
int NHL_SignOff_Handler(EPM_action_message_t msg);
|
|
int JD_Check_StatusAndProp(EPM_rule_message_t msg);
|
|
int JD_ItemInfoToMediDatabase(EPM_action_message_t msg);
|
|
int JD_BOMInfoToMediDatabase(EPM_action_message_t msg);
|
|
int JD_FileInfoToMediDatabase(EPM_action_message_t msg);
|
|
int Method(METHOD_message_t msg,va_list args);
|
|
int JD_RevUpgrade(METHOD_message_t* msg, va_list va);
|
|
int USERSERVICE_changeUnit(void* returnValue);
|
|
int SynchronizeDataSet(EPM_action_message_t msg); |