summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSangkoo Kim <sangkoo.kim@samsung.com>2012-10-15 11:07:13 +0900
committerSangkoo Kim <sangkoo.kim@samsung.com>2012-10-15 11:07:13 +0900
commit169f6bb958dd91c7f7eaabdc193ca7269fc49d8c (patch)
treef61646bdf952e3a65fb5a31bfa2ff039eed70195 /include
parent398fc088a6819f5cb914c10a4d202312231448b9 (diff)
downloadmsg-service-169f6bb958dd91c7f7eaabdc193ca7269fc49d8c.tar.gz
msg-service-169f6bb958dd91c7f7eaabdc193ca7269fc49d8c.tar.bz2
msg-service-169f6bb958dd91c7f7eaabdc193ca7269fc49d8c.zip
Fix build error : PUSH_APPLICATION_INFO_S
Change-Id: Iee6072dd64625fd652a83dbfbd354eb893519d75
Diffstat (limited to 'include')
-rwxr-xr-xinclude/common/MsgStorageTypes.h6
1 files changed, 6 insertions, 0 deletions
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