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>
} 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
*/