wsp_push_client_machine.def
资源名称:gateway-1.2.1 [点击查看]
上传用户:gzpyjq
上传日期:2013-01-31
资源大小:1852k
文件大小:1k
源码类别:
手机WAP编程
开发平台:
WINDOWS
- /*
- * wsp-push-client-machine.h: Define wsp push client state machine
- *
- * By Aarno Syv鋘en for Wapit Ltd.
- */
- #if !defined(INTEGER)
- #error "Macro INTEGER not defined."
- #elif !defined(HTTPHEADERS)
- #error "Macro HTTPHEADERS not defined."
- #elif !defined(MACHINE)
- #error "Macro MACHINE is not defined."
- #endif
- MACHINE(
- INTEGER(state)
- INTEGER(client_push_id)
- INTEGER(transaction_id)
- INTEGER(session_id)
- HTTPHEADERS(push_headers)
- )
- #undef INTEGER
- #undef HTTPHEADERS
- #undef MACHINE