X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fnotification%2Fcpp-wrapper%2Fcommon%2FNSUtils.h;h=2c1ea66a6ace62c06a1780bddcb37006dc29437d;hb=b2e9024cecfff25cc830105228abea6ff4697a68;hp=d8016b7d32e11fa72c2ac98875d30e8f926fa806;hpb=3599faa86ef8f3e0499caa5aab7e345e147867a7;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/notification/cpp-wrapper/common/NSUtils.h b/service/notification/cpp-wrapper/common/NSUtils.h index d8016b7..2c1ea66 100755 --- a/service/notification/cpp-wrapper/common/NSUtils.h +++ b/service/notification/cpp-wrapper/common/NSUtils.h @@ -51,9 +51,18 @@ namespace OIC ALLOW = 1, DENY = 2, TOPIC = 3, - DISCOVERED = 11, STOPPED = 12 }; + + /** + * NSProviderSubscribedState of notification service + */ + enum class NSProviderSubscribedState + { + DENY = 0, + DISCOVERED = 1, + SUBSCRIBED = 2 + }; } } #endif /* _NS_UTILS_H_ */