Fix build error : PUSH_APPLICATION_INFO_S
authorSangkoo Kim <sangkoo.kim@samsung.com>
Mon, 15 Oct 2012 02:07:13 +0000 (11:07 +0900)
committerSangkoo Kim <sangkoo.kim@samsung.com>
Mon, 15 Oct 2012 02:07:13 +0000 (11:07 +0900)
Change-Id: Iee6072dd64625fd652a83dbfbd354eb893519d75

include/common/MsgStorageTypes.h

index cd28fa0..2334c47 100755 (executable)
@@ -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