separated the scheduler interface and added callbackresponse.
[platform/upstream/iotivity.git] / service / notification / src / common / NSConstants.h
index fc1f04a..9db4b55 100644 (file)
@@ -93,7 +93,7 @@ typedef enum eConnectionState
 
 typedef enum eSchedulerType
 {
-    INTERFACE_SCHEDULER = 0,
+    CALLBACK_RESPONSE_SCHEDULER = 0,
     DISCOVERY_SCHEDULER = 1,
     SUBSCRIPTION_SCHEDULER = 2,
     NOTIFICATION_SCHEDULER = 3,