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 003d6a5..30dec22 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 1f4ab16..42bdb60 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 cc586b4..bd1ef0f 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 75941ec..75aec57 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 e807388..0c9dbf0 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 b3f4993..4916c72 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 8f80ae7..e4f78de 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 728ce19..70a0793 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 e3c68cf..bae3ae4 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 50ade26..88f37dc 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 1187521..45da3eb 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 1047b3e..0318d02 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 7ebc6d3..60739c7 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 8f3c2a4..5cee279 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 2362bbc..905ceca 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 0848abc..f17a836 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 2ab9667..06ed82b 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 d89ee19..4dd0676 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 ffe7214..4f021b9 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"