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

手机WAP编程

开发平台:

WINDOWS

  1. /*
  2.  * wsp_server_method_machine.def - define a WSP method machine
  3.  *
  4.  * Lars Wirzenius
  5.  */
  6. #if  !defined(INTEGER) || 
  7. !defined(ADDRTUPLE) || 
  8. !defined(EVENT) || 
  9. !defined(MACHINE)
  10. #error "Some required macro is missing."
  11. #endif
  12. MACHINE(
  13. INTEGER(transaction_id)
  14. INTEGER(state)
  15. ADDRTUPLE(addr_tuple)
  16. EVENT(invoke)
  17. INTEGER(session_id)
  18. )
  19. #undef INTEGER
  20. #undef ADDRTUPLE
  21. #undef EVENT
  22. #undef MACHINE