| /****************************************************** |
| * Description: constants, interface for cell broadcast module |
| * Modify Date Version Author Modification |
| * 2013/01.08 V1.0 chenyi create |
| *******************************************************/ |
| |
| #ifndef _ZTE_WEB_CELL_BROADCAST_H |
| #define _ZTE_WEB_CELL_BROADCAST_H |
| |
| /********************************Constant************************/ |
| #define CB_MSG "cb_msg" |
| |
| #define CB_READ_RECORD_MAX_NUM 10 |
| |
| #define CB_MSG_ID "id" |
| #define CB_MSG_CHANNEL "channel" |
| #define CB_MSG_CONTENT "content" |
| |
| /****************************************************************/ |
| #endif |
| |
| |