Add including headers description.
authorKIM JungYong <jyong2.kim@samsung.com>
Mon, 31 Oct 2016 07:31:39 +0000 (16:31 +0900)
committerPhil Coval <philippe.coval@osg.samsung.com>
Tue, 29 Nov 2016 11:53:35 +0000 (11:53 +0000)
Change-Id: I304790db3f9346e7eb80a1e662dcbe4ba6d4a616
Signed-off-by: KIM JungYong <jyong2.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/13869
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
(cherry picked from commit 6eb9c9cfeacfd97fc92429fd524933713b698c8f)
Reviewed-on: https://gerrit.iotivity.org/gerrit/14807
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
service/notification/cpp-wrapper/examples/linux/notificationserviceprovider.cpp

index 75fe44d..57f635e 100755 (executable)
  *\r
  ******************************************************************/\r
 \r
+// std\r
 #include <iostream>\r
 #include <stdlib.h>\r
 #include <cstdint>\r
 #include <limits>\r
+\r
+// ns\r
 #include "NSCommon.h"\r
 #include "NSProviderService.h"\r
 #include "NSUtils.h"\r
 #include "NSTopicsList.h"\r
+\r
+// base\r
 #include "logger.h"\r
 #include "octypes.h"\r
-#include "pthread.h"\r
 #include "oic_string.h"\r
 #include "oic_malloc.h"\r
 #include "ocstack.h"\r
 \r
+// external\r
+#include "pthread.h"\r
+\r
 #define TAG "NotiProviderWrapperExample"\r
 using namespace std;\r
 using namespace OIC::Service;\r