restore deprecated attribute 20/66320/1
authorSangkoo Kim <sangkoo.kim@samsung.com>
Mon, 18 Apr 2016 09:35:02 +0000 (18:35 +0900)
committerSangkoo Kim <sangkoo.kim@samsung.com>
Mon, 18 Apr 2016 09:35:02 +0000 (18:35 +0900)
Change-Id: Ibe3aacf3c24285208bda616466ab2c87f346026a

include/mapi/msg_storage.h

index 9967137..1b4d1b9 100755 (executable)
@@ -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);
 
 
 /**