TypeDefine.h
上传用户:power_led
上传日期:2013-04-11
资源大小:373k
文件大小:1k
源码类别:

ICQ/即时通讯

开发平台:

Visual C++

  1. #ifndef _TYPEDEF_H_
  2. #define _TYPEDEF_H_
  3. //type
  4. #define USERLOG  1
  5. #define USERSESSION 2
  6. #define SYSERROR   3
  7. #define FIRSTLOG   4
  8. /*#define FILETIME   23
  9. //subtype
  10. #define FILETIMEBEGIN 24
  11. #define FILETIMEDURING 25
  12. #define FILETIMEEND    26
  13. #define FILECONTENTLEN 27
  14. #define DECLINEFILE 22
  15. #define ACCEPTFILE 5
  16. #define FILETRANCE  6*/
  17. #define NOTFIRSTTIME 7
  18. #define FIRSTTIME  8
  19. #define TEMPNAME   9
  20. #define USERLOGIN  10
  21. #define USERLOGOUT 11
  22. #define ROOMLIST  12
  23. #define USERLIST  13
  24. #define USERQUIT  14
  25. #define CHANGEROOM 15
  26. #define SAYINPRIVATE 16
  27. #define SAYINPUBLIC  17
  28. #define SAYINALLROOM 18
  29. #define BUILDNEWROOM 19
  30. #define SERVERQUIT   20
  31. #define USEREXSIT    21
  32. #define NOTLOGIN     25
  33. #define HAVELOGIN    26
  34. #endif