From 169f6bb958dd91c7f7eaabdc193ca7269fc49d8c Mon Sep 17 00:00:00 2001 From: Sangkoo Kim Date: Mon, 15 Oct 2012 11:07:13 +0900 Subject: [PATCH] Fix build error : PUSH_APPLICATION_INFO_S Change-Id: Iee6072dd64625fd652a83dbfbd354eb893519d75 --- include/common/MsgStorageTypes.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/common/MsgStorageTypes.h b/include/common/MsgStorageTypes.h index cd28fa0..2334c47 100755 --- a/include/common/MsgStorageTypes.h +++ b/include/common/MsgStorageTypes.h @@ -149,5 +149,11 @@ typedef struct } MSG_SEARCH_CONDITION_S; +typedef struct +{ + int appcode; + char appid[MAX_WAPPUSH_ID_LEN]; +} PUSH_APPLICATION_INFO_S; + #endif // MSG_STORAGE_TYPES_H -- 2.34.1