Replace from stdbool.h to tizen_type.h
authorsung.goo.kim <sung.goo.kim@samsung.com>
Wed, 4 Nov 2015 03:24:28 +0000 (12:24 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Thu, 5 Nov 2015 00:40:37 +0000 (09:40 +0900)
Change-Id: Ib7b5630cf86d68dd3ae3fca6f8da95f8af5864f0

19 files changed:
daemon/icd-ioty.c
lib/icl-dbus.c
lib/icl-options.c
lib/icl-query.c
lib/icl-remote-resource.c
lib/icl-repr-value.h
lib/icl-repr.c
lib/icl-repr.h
lib/icl-resource.c
lib/include/iotcon-list.h
lib/include/iotcon-remote-resource.h
lib/include/iotcon-resource.h
lib/include/iotcon-state.h
lib/include/iotcon.h
test/iotcon-test-basic-client.c
test/iotcon-test-basic-server.c
test/iotcon-test-encap-client.c
test/iotcon-test-encap-server.c
test/iotcon-test-repr-server.c

index 003d6a5d23a032c1e88043a8de6d248644c7e72f..30dec22cd97f423f7dce1edf963b05fbd688e0e7 100644 (file)
@@ -17,9 +17,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdint.h> /* for uint8_t etc */
-#include <stdbool.h>
 #include <errno.h>
 #include <glib.h>
+#include <tizen_type.h>
 #include <system_info.h>
 #include <system_settings.h>
 
index 1f4ab168d2de5e76b418e3658bcec6df19a15fd4..42bdb60492506ff80a71f15c94d7e4d14ab1351d 100644 (file)
@@ -15,8 +15,8 @@
  */
 #include <stdio.h>
 #include <stdlib.h>
-#include <stdbool.h>
 #include <gio/gio.h>
+#include <tizen_type.h>
 
 #include "iotcon.h"
 #include "ic-common.h"
index cc586b47b19116b76264ba546559f9328627bfc0..bd1ef0f9b60172155fcccff738638e96a4e7a4c4 100644 (file)
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include <stdbool.h>
 #include <stdlib.h>
 #include <errno.h>
 #include <glib.h>
+#include <tizen_type.h>
 
 #include "iotcon-struct.h"
 #include "ic-utils.h"
index 75941ecd70387b7a2c529cee34513fa94fb44959..75aec5738bad8fcbae88774ba07603239e0e10a0 100644 (file)
  */
 
 #include <stdio.h>
-#include <stdbool.h>
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
 #include <glib.h>
+#include <tizen_type.h>
 
 #include "iotcon-struct.h"
 #include "ic-utils.h"
index e80738887b52d81627193d8c4980adbf37987d09..0c9dbf0d121339e8624bff837d4ffc1ec9149b3a 100644 (file)
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
 #include <glib.h>
+#include <tizen_type.h>
 
 #include "iotcon.h"
 #include "ic-utils.h"
index b3f4993b4b916931923c4f702c377f4c1b387e3c..4916c725097a4a4b06d18e3f69758eb756ec8260 100644 (file)
@@ -16,8 +16,8 @@
 #ifndef __IOT_CONNECTIVITY_MANAGER_LIBRARY_REPRESENTATION_VALUE_H__
 #define __IOT_CONNECTIVITY_MANAGER_LIBRARY_REPRESENTATION_VALUE_H__
 
-#include <stdbool.h>
 #include <glib.h>
+#include <tizen_type.h>
 
 #include "iotcon-struct.h"
 
index 8f80ae7eb8e2886036deacc720dbab15841b46e5..e4f78de7d66588b7c83d65b3cb354c78819c9e99 100644 (file)
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <stdbool.h>
 #include <string.h>
 #include <errno.h>
 #include <limits.h>
 #include <glib.h>
+#include <tizen_type.h>
 
 #include "iotcon-struct.h"
 #include "iotcon-representation.h"
index 728ce190910a131a1c27651597cdf6cf385f8bd6..70a0793a92a14104294b332719e7eabeb85d3ac3 100644 (file)
@@ -16,8 +16,8 @@
 #ifndef __IOT_CONNECTIVITY_MANAGER_LIBRARY_REPRESENTATION_H__
 #define __IOT_CONNECTIVITY_MANAGER_LIBRARY_REPRESENTATION_H__
 
-#include <stdbool.h>
 #include <glib.h>
+#include <tizen_type.h>
 
 #include "iotcon-struct.h"
 #include "icl-repr-value.h"
index e3c68cffe80f6c247d883083ec61c5ec624956be..bae3ae4a0ea93ae0e6e34d129d9177ec18b98d6a 100644 (file)
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include <stdbool.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
 #include <glib.h>
+#include <tizen_type.h>
 
 #include "iotcon.h"
 #include "ic-utils.h"
index 50ade267878df5f0976f894954b22ddfa9c113c5..88f37dc0060aceaf6f0d5dc5e5395dffacb01b0a 100644 (file)
@@ -16,7 +16,7 @@
 #ifndef __IOT_CONNECTIVITY_MANAGER_STRUCT_LIST_H__
 #define __IOT_CONNECTIVITY_MANAGER_STRUCT_LIST_H__
 
-#include <stdbool.h>
+#include <tizen_type.h>
 #include <iotcon-constant.h>
 
 /**
index 118752173779ed7e2961d961a5081adbbc5500ad..45da3eba7a11a2150b20677a7faf7764724790c8 100644 (file)
@@ -16,7 +16,7 @@
 #ifndef __IOT_CONNECTIVITY_MANAGER_CLIENT_REMOTE_RESOURCE_H__
 #define __IOT_CONNECTIVITY_MANAGER_CLIENT_REMOTE_RESOURCE_H__
 
-#include <stdbool.h>
+#include <tizen_type.h>
 #include <iotcon-constant.h>
 
 /**
index 1047b3e1efe2e5985d006f09857018ec7d1538f4..0318d0278a8ff6b1a7072745108ac2fd980cad44 100644 (file)
@@ -16,7 +16,7 @@
 #ifndef __IOT_CONNECTIVITY_MANAGER_SERVER_RESOURCE_H__
 #define __IOT_CONNECTIVITY_MANAGER_SERVER_RESOURCE_H__
 
-#include <stdbool.h>
+#include <tizen_type.h>
 #include <iotcon-constant.h>
 
 /**
index 7ebc6d3f0b3ab7005e6468eb7607c4220980f1f4..60739c70d17bdbd26c1ae7ec4a4c591f83d3fdfd 100644 (file)
@@ -16,7 +16,7 @@
 #ifndef __IOT_CONNECTIVITY_MANAGER_STRUCT_STATE_H__
 #define __IOT_CONNECTIVITY_MANAGER_STRUCT_STATE_H__
 
-#include <stdbool.h>
+#include <tizen_type.h>
 #include <iotcon-constant.h>
 
 /**
index 8f3c2a464da4154b6010672d2d7f00fff2fead2f..5cee279a8fb7a0b4bc0bc17dfdb173dd703683ce 100644 (file)
@@ -20,7 +20,7 @@
 extern "C" {
 #endif
 
-#include <stdbool.h>
+#include <tizen_type.h>
 
 #include <iotcon-constant.h>
 #include <iotcon-errors.h>
index 2362bbc7e3a995d0ea0f1001052274e34a34cb5b..905cecaaf62d4f27e375a023e8f07352a7b98e64 100644 (file)
@@ -13,9 +13,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include <stdbool.h>
 #include <stdlib.h>
 #include <glib.h>
+#include <tizen_type.h>
 
 #include <iotcon.h>
 #include "test.h"
index 0848abc67b40adf4ceb9100ebbe3b8aa7fc2bea7..f17a836878da2753b75a2b42f5d91f50d3b8e4fb 100644 (file)
@@ -15,8 +15,8 @@
  */
 
 #include <stdlib.h>
-#include <stdbool.h>
 #include <glib.h>
+#include <tizen_type.h>
 
 #include <iotcon.h>
 #include <iotcon-internal.h>
index 2ab96673d09d0923a3521b2e6ef088af6ce737ee..06ed82ba01c2a65445498ed4cf3f82975e851702 100644 (file)
@@ -13,9 +13,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include <stdbool.h>
 #include <stdlib.h>
 #include <glib.h>
+#include <tizen_type.h>
 
 #include <iotcon.h>
 #include "test.h"
index d89ee19fafcab30ae89009d7a808f818191cfb6f..4dd06761a799a27abdad95969361c91078692ebf 100644 (file)
@@ -15,8 +15,8 @@
  */
 
 #include <stdlib.h>
-#include <stdbool.h>
 #include <glib.h>
+#include <tizen_type.h>
 
 #include <iotcon.h>
 #include <iotcon-internal.h>
index ffe7214c5c3d08a9238b676b63f4d8717bd3b1d3..4f021b99a2508a8a81d6fd9efb81f86d8dd89dd9 100644 (file)
@@ -15,8 +15,8 @@
  */
 
 #include <stdlib.h>
-#include <stdbool.h>
 #include <glib.h>
+#include <tizen_type.h>
 #include <iotcon.h>
 #include "test.h"