From 06a0ecb30295e9616c994d9ed40e3fc6f77dcdb0 Mon Sep 17 00:00:00 2001 From: "so.yu" Date: Thu, 24 Oct 2013 11:29:50 +0900 Subject: [PATCH] Add a description into Send() APIs about E_SYSTEM error Change-Id: Ic4723f0a75c65f36515ae49205803fd7404e7755 Signed-off-by: so.yu --- inc/FMsgEmailManager.h | 1 + inc/FMsgMmsManager.h | 1 + inc/FMsgSmsManager.h | 1 + 3 files changed, 3 insertions(+) diff --git a/inc/FMsgEmailManager.h b/inc/FMsgEmailManager.h index 8e72af2..abaa070 100755 --- a/inc/FMsgEmailManager.h +++ b/inc/FMsgEmailManager.h @@ -154,6 +154,7 @@ namespace Tizen { namespace Messaging * @param[in] saveToSentbox Set to @c true to save the message in the Sentbox, @n * else @c false * @exception E_SUCCESS The method is successful. + * @exception E_SYSTEM The method cannot proceed due to a severe system error. * @exception E_ON_INITIALIZING The mailbox is not completely loaded as yet. * @exception E_STORAGE_FULL The storage is full. * @exception E_DEVICE_UNAVAILABLE The device is unavailable. diff --git a/inc/FMsgMmsManager.h b/inc/FMsgMmsManager.h index b6d0d12..38b6bed 100755 --- a/inc/FMsgMmsManager.h +++ b/inc/FMsgMmsManager.h @@ -161,6 +161,7 @@ namespace Tizen { namespace Messaging * @param[in] saveToSentbox Set to @c true to save the message in the Sentbox, @n * else @c false * @exception E_SUCCESS The method is successful. + * @exception E_SYSTEM The method cannot proceed due to a severe system error. * @exception E_ON_INITIALIZING The mailbox is not completely loaded as yet. * @exception E_STORAGE_FULL The storage is full. * @exception E_DEVICE_UNAVAILABLE The device is unavailable. diff --git a/inc/FMsgSmsManager.h b/inc/FMsgSmsManager.h index 5807319..877a5fd 100755 --- a/inc/FMsgSmsManager.h +++ b/inc/FMsgSmsManager.h @@ -246,6 +246,7 @@ namespace Tizen { namespace Messaging * @param[in] saveToSentbox Set to @c true to save the message in the Sentbox, @n * else @c false * @exception E_SUCCESS The method is successful. + * @exception E_SYSTEM The method cannot proceed due to a severe system error. * @exception E_ON_INITIALIZING The mailbox is not completely loaded as yet. * @exception E_STORAGE_FULL The storage is full. * @exception E_DEVICE_UNAVAILABLE The device is unavailable. -- 2.7.4