summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKyeonghun Lee <kh9090.lee@samsung.com>2017-05-16 19:02:00 +0900
committerKyeonghun Lee <kh9090.lee@samsung.com>2017-05-29 11:21:32 +0900
commitfd4d91b7d777bd58c5affbfc50c44bfbf2ba5f77 (patch)
tree9ccd926588cf672167115da251233541f8945d31 /include
parent02b1ed52a4968a4cb8362c6e9184a73c29cebde1 (diff)
downloadmsg-service-fd4d91b7d777bd58c5affbfc50c44bfbf2ba5f77.tar.gz
msg-service-fd4d91b7d777bd58c5affbfc50c44bfbf2ba5f77.tar.bz2
msg-service-fd4d91b7d777bd58c5affbfc50c44bfbf2ba5f77.zip
[MPR-1091] make resend failed sms to only failed recipients
Change-Id: Idfbff9bd3195a265dc4823849d91157a7533c17f Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/utils/MsgSqliteWrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/utils/MsgSqliteWrapper.h b/include/utils/MsgSqliteWrapper.h
index 11a4ae9..e312397 100755
--- a/include/utils/MsgSqliteWrapper.h
+++ b/include/utils/MsgSqliteWrapper.h
@@ -64,6 +64,7 @@
#define MSGFW_TMP_MSGID_TABLE_NAME "MSG_TMP_MSGID_TABLE"
#define MSGFW_ADDRESS_TEMP_TABLE_NAME "MSG_ADDRESS_TEMP_TABLE"
+#define MSGFW_SENTFAIL_INDEX_TABLE_NAME "MSG_SENTFAIL_INDEX_TABLE"
#define MAX_QUERY_LEN 3072
#define MAX_FOLDER_NAME_LEN 20