From: wootak.jung Date: Wed, 17 Apr 2013 15:03:06 +0000 (+0900) Subject: Add server notification when modem error occurs X-Git-Tag: 2.1b_release X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2F2.1b_release;p=platform%2Fcore%2Ftelephony%2Flibtcore.git Add server notification when modem error occurs Change-Id: I80a16bede880c7b870fdc1c67e06016b871e42c0 --- diff --git a/include/type/notification.h b/include/type/notification.h index 22d99b2..66fef2b 100644 --- a/include/type/notification.h +++ b/include/type/notification.h @@ -39,6 +39,7 @@ enum tcore_notification_command { TNOTI_SERVER_ADDED_STORAGE, TNOTI_SERVER_REMOVED_STORAGE, TNOTI_SERVER_EXIT, + TNOTI_SERVER_MODEM_ERR, TNOTI_CALL = TCORE_NOTIFICATION | TCORE_TYPE_CALL, TNOTI_CALL_STATUS_IDLE,