wsp_client_push_machine.def
来自「mms client」· DEF 代码 · 共 33 行
DEF
33 行
/* * wsp_server_push_machine.def: Macro calls to generate monotonous push * machine code. See documentation for guidance how to update these. * * By Aarno Syv鋘en for Wapit Ltd */#if !defined(MACHINE) #error "Definition of macro MACHINE is missing"#elif !defined(INTEGER) #error "Definition of macro INTEGER is missing"#elif !defined(ADDRTUPLE) #error "Definition of macro ADDRTUPLE is missing"#elif !defined(HTTPHEADER) #error "Definition of macro HTTPHEADER is missing" #endifMACHINE( INTEGER(state) INTEGER(client_push_id) INTEGER(server_session_id) INTEGER(session_handle) INTEGER(transaction_id) ADDRTUPLE(addr_tuple) HTTPHEADER(push_header) )#undef MACHINE#undef INTEGER#undef ADDRTUPLE#undef HTTPHEADER#undef OCTSTR
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?