Remove unused enum eAccessPolicy
authorcc <ch79.cho@samsung.com>
Fri, 26 Aug 2016 13:12:01 +0000 (22:12 +0900)
committerUze Choi <uzchoi@samsung.com>
Mon, 29 Aug 2016 09:45:59 +0000 (09:45 +0000)
The unnessary enum data is removed.

Change-Id: I6d55405827a365689a5a8d452dd400464b1fbd16
Signed-off-by: cc <ch79.cho@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/10971
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/notification/include/NSCommon.h

index 96b20f8..42a4a4a 100644 (file)
@@ -74,15 +74,6 @@ typedef enum eResponse
 } NSResponse;
 
 /**
- * Access policy exchanged between provider and consumer during subscription process
- */
-typedef enum eAccessPolicy
-{
-    NS_ACCESS_ALLOW = 0,
-    NS_ACCESS_DENY = 1,
-} NSAccessPolicy;  // not used , this structure will be deleted.
-
-/**
  * Notification message status to synchronize
  */
 typedef enum