From: Sangkoo Kim Date: Mon, 18 Apr 2016 09:35:02 +0000 (+0900) Subject: restore deprecated attribute X-Git-Tag: submit/tizen/20160422.053458~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73fd83839cd254f04706bc2c09c4a32cf8954a61;p=platform%2Fcore%2Fmessaging%2Fmsg-service.git restore deprecated attribute Change-Id: Ibe3aacf3c24285208bda616466ab2c87f346026a --- diff --git a/include/mapi/msg_storage.h b/include/mapi/msg_storage.h index 9967137..1b4d1b9 100755 --- a/include/mapi/msg_storage.h +++ b/include/mapi/msg_storage.h @@ -737,7 +737,7 @@ int msg_get_mem_size(msg_handle_t handle, unsigned int* memsize); * @retval MSG_ERR_NOT_SUPPORTED Not supported */ -int msg_backup_message(msg_handle_t handle, msg_message_backup_type_t type, const char *backup_filepath) DEPRECATED; +int msg_backup_message(msg_handle_t handle, msg_message_backup_type_t type, const char *backup_filepath); /** @@ -760,7 +760,7 @@ int msg_backup_message(msg_handle_t handle, msg_message_backup_type_t type, cons * @retval MSG_ERR_NOT_SUPPORTED Not supported */ -int msg_restore_message(msg_handle_t handle, const char *backup_filepath) DEPRECATED; +int msg_restore_message(msg_handle_t handle, const char *backup_filepath); /**