Create topic module running with scheduler
[platform/upstream/iotivity.git] / service / notification / src / provider / NSProviderInterface.c
index 3b8ca0e..cc783fc 100644 (file)
@@ -249,7 +249,7 @@ NSTopicList * NSProviderGetTopics(char *consumerId)
 \r
     NSTopicList * topicList = NSInitializeTopicList();\r
     OICStrcpy(topicList->consumerId, UUID_STRING_SIZE, consumerId);\r
-    // OICStrcpy(topicList->topics, sizeof(NSTopic), NSGetTopics(consumerId));\r
+    OICStrcpy(topicList->topics, sizeof(NSTopic), NSGetTopics(consumerId));\r
 \r
     pthread_mutex_unlock(&nsInitMutex);\r
     NS_LOG(DEBUG, "NSProviderGetTopics - OUT");\r