From b443d1aecef679e853261292584b55f4faf90923 Mon Sep 17 00:00:00 2001 From: youngsub ko Date: Sun, 30 Jun 2013 09:22:11 +0900 Subject: [PATCH] error code added(permission denied) --- include/notification_error.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/notification_error.h b/include/notification_error.h index 75512a2..9e0d114 100755 --- a/include/notification_error.h +++ b/include/notification_error.h @@ -40,6 +40,7 @@ typedef enum _notification_error { NOTIFICATION_ERROR_NOT_EXIST_ID = -6, /**< Not exist private ID */ NOTIFICATION_ERROR_IO = -7, /**< disk i/o error */ NOTIFICATION_ERROR_SERVICE_NOT_READY = -8, /**< no reponse from master */ + NOTIFICATION_ERROR_PERMISSION_DENIED = -9, /**< Permission denied */ } notification_error_e; /** -- 2.7.4