wsp_server_push_machine.def
上传用户:gzpyjq
上传日期:2013-01-31
资源大小:1852k
文件大小:1k
源码类别:

手机WAP编程

开发平台:

WINDOWS

  1. /*
  2.  * wsp_server_push_machine.def: Macro calls to generate monotonous push 
  3.  * machine code. See documentation for guidance how to update these.
  4.  *
  5.  * By Aarno Syv鋘en for Wapit Ltd
  6.  */
  7. #if !defined(MACHINE)
  8.     #error "Definition of macro MACHINE is missing"
  9. #elif !defined(INTEGER)
  10.     #error "Definition of macro INTEGER is missing"
  11. #elif !defined(ADDRTUPLE)
  12.     #error "Definition of macro ADDRTUPLE is missing"
  13. #elif !defined(HTTPHEADER)
  14.     #error "Definition of macro HTTPHEADER is missing" 
  15. #endif
  16. MACHINE(
  17.        INTEGER(state)
  18.        INTEGER(server_push_id)
  19.        INTEGER(session_id)
  20.        INTEGER(transaction_id)
  21.        ADDRTUPLE(addr_tuple)
  22.        HTTPHEADER(push_header) 
  23. )
  24. #undef MACHINE
  25. #undef INTEGER
  26. #undef ADDRTUPLE
  27. #undef HTTPHEADER
  28. #undef OCTSTR