From: Sangkoo Kim Date: Mon, 15 Oct 2012 02:07:13 +0000 (+0900) Subject: Fix build error : PUSH_APPLICATION_INFO_S X-Git-Tag: submit/tizen_2.1/20130424.231644~14^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=169f6bb958dd91c7f7eaabdc193ca7269fc49d8c;p=platform%2Fcore%2Fmessaging%2Fmsg-service.git Fix build error : PUSH_APPLICATION_INFO_S Change-Id: Iee6072dd64625fd652a83dbfbd354eb893519d75 --- 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