From 4685a0d2ced63424c6e761b88451bdfc4f0f80cf Mon Sep 17 00:00:00 2001 From: "wootak.jung" Date: Thu, 18 Apr 2013 00:03:06 +0900 Subject: [PATCH] Add server notification when modem error occurs Change-Id: I80a16bede880c7b870fdc1c67e06016b871e42c0 --- include/type/notification.h | 1 + 1 file changed, 1 insertion(+) 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, -- 2.7.4