Changes between Version 4 and Version 5 of information-type


Ignore:
Timestamp:
03/18/2014 04:38:39 PM (12 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • information-type

    v4 v5  
    33typedef enum 
    44{ 
    5     InformationUnknown,   // 未知 
     5    InformationUnknown=0,   // 未知 
    66    InformationArticle,       //  文章 
    77    InformationTopic,        //  帖子 
     
    1010    InformationZT,         // 专题网页 
    1111    InformationActivity   // 活动网页 
    12 }  
     12} InformationType; 
    1313}}} 
    1414以上类型,除unknown外,其他都是通过解析to-uri字段里的内容来进行判断: