(1) Encapsulate structures (2) Add macro(well known address)
authoryoungman <yman.jung@samsung.com>
Tue, 19 May 2015 13:35:55 +0000 (22:35 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Mon, 8 Jun 2015 10:40:37 +0000 (19:40 +0900)
commitf058b3a5c32f1b554d3c6762f81a734c419740c1
tree1fa6b4dc5f1f96f3360020049717fb06ce0c42df
parent4ea46551279ac45d89dd471187664b9dad5cee54
(1) Encapsulate structures (2) Add macro(well known address)

Change-Id: Icb01f4d785b9ba604ac7c66d93dea03208c774fc
Signed-off-by: youngman <yman.jung@samsung.com>
30 files changed:
.gitignore
lib/ic-client.c [new file with mode: 0755]
lib/ic-device.c [new file with mode: 0755]
lib/ic-handler.c [deleted file]
lib/ic-ioty-repr.cpp
lib/ic-ioty.cpp [changed mode: 0644->0755]
lib/ic-ioty.h
lib/ic-observation.c [new file with mode: 0644]
lib/ic-options.c
lib/ic-options.h
lib/ic-query.c [new file with mode: 0644]
lib/ic-repr-list.c [changed mode: 0644->0755]
lib/ic-repr-obj.c
lib/ic-repr-value.c
lib/ic-repr.c
lib/ic-request.c [new file with mode: 0755]
lib/ic-response.c [new file with mode: 0755]
lib/ic-struct.h [changed mode: 0644->0755]
lib/ic-utils.c [changed mode: 0644->0755]
lib/ic-utils.h
lib/ic.c [changed mode: 0644->0755]
lib/ic.h [moved from lib/ic-handler.h with 73% similarity]
lib/include/iotcon-constant.h
lib/include/iotcon-representation.h [changed mode: 0644->0755]
lib/include/iotcon-struct.h [changed mode: 0644->0755]
lib/include/iotcon.h [changed mode: 0644->0755]
packaging/iotcon.spec
test/CMakeLists.txt
test/crud-test-client.c [changed mode: 0644->0755]
test/crud-test-server.c