1. Added sendMessage without Topics in sample application
[platform/upstream/iotivity.git] / service / notification / cpp-wrapper / common / NSUtils.h
index d8016b7..2c1ea66 100755 (executable)
@@ -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_ */