wsp_server_push_machine.def
资源名称:gateway-1.2.1 [点击查看]
上传用户:gzpyjq
上传日期:2013-01-31
资源大小:1852k
文件大小:1k
源码类别:
手机WAP编程
开发平台:
WINDOWS
- /*
- * 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"
- #endif
- MACHINE(
- INTEGER(state)
- INTEGER(server_push_id)
- INTEGER(session_id)
- INTEGER(transaction_id)
- ADDRTUPLE(addr_tuple)
- HTTPHEADER(push_header)
- )
- #undef MACHINE
- #undef INTEGER
- #undef ADDRTUPLE
- #undef HTTPHEADER
- #undef OCTSTR