Revise file names
authorsung.goo.kim <sung.goo.kim@samsung.com>
Wed, 4 Nov 2015 23:45:06 +0000 (08:45 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Tue, 10 Nov 2015 10:12:19 +0000 (19:12 +0900)
Change-Id: Ia67cdd349ba0a101adacbe587eaa31b0bfaa4293

17 files changed:
lib/icl-dbus-type.c
lib/icl-device.c
lib/icl-list.c [moved from lib/icl-repr-list.c with 99% similarity]
lib/icl-list.h [moved from lib/icl-repr-list.h with 80% similarity]
lib/icl-lite-resource.c
lib/icl-payload.c
lib/icl-remote-resource-caching.c
lib/icl-remote-resource-crud.c
lib/icl-remote-resource.c
lib/icl-representation.c [moved from lib/icl-repr.c with 99% similarity]
lib/icl-representation.h [moved from lib/icl-repr.h with 97% similarity]
lib/icl-resource.c
lib/icl-response.c
lib/icl-state.c [moved from lib/icl-repr-state.c with 99% similarity]
lib/icl-state.h [moved from lib/icl-repr-state.h with 80% similarity]
lib/icl-value.c [moved from lib/icl-repr-value.c with 98% similarity]
lib/icl-value.h [moved from lib/icl-repr-value.h with 92% similarity]

index 23ac34d..dcb7242 100644 (file)
@@ -28,7 +28,7 @@
 #include "icl-request.h"
 #include "icl-response.h"
 #include "icl-remote-resource.h"
-#include "icl-repr.h"
+#include "icl-representation.h"
 #include "icl-device.h"
 #include "icl-payload.h"
 #include "icl-observation.h"
index 770f99e..68f0454 100644 (file)
@@ -22,7 +22,7 @@
 #include "iotcon.h"
 #include "ic-utils.h"
 #include "icl.h"
-#include "icl-repr.h"
+#include "icl-representation.h"
 #include "icl-dbus.h"
 #include "icl-dbus-type.h"
 #include "icl-device.h"
similarity index 99%
rename from lib/icl-repr-list.c
rename to lib/icl-list.c
index 072b21d..8712faa 100644 (file)
 #include "iotcon-constant.h"
 #include "iotcon-representation.h"
 #include "icl.h"
-#include "icl-repr-state.h"
-#include "icl-repr.h"
-#include "icl-repr-value.h"
-#include "icl-repr-list.h"
+#include "icl-state.h"
+#include "icl-representation.h"
+#include "icl-value.h"
+#include "icl-list.h"
 
 void icl_list_inc_ref_count(iotcon_list_h val)
 {
similarity index 80%
rename from lib/icl-repr-list.h
rename to lib/icl-list.h
index b7f021d..24f1fe0 100644 (file)
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#ifndef __IOT_CONNECTIVITY_MANAGER_LIBRARY_REPRESENTATION_LIST_H__
-#define __IOT_CONNECTIVITY_MANAGER_LIBRARY_REPRESENTATION_LIST_H__
+#ifndef __IOT_CONNECTIVITY_MANAGER_LIBRARY_LIST_H__
+#define __IOT_CONNECTIVITY_MANAGER_LIBRARY_LIST_H__
 
 #include <glib.h>
 
 #include "iotcon-struct.h"
-#include "icl-repr-value.h"
+#include "icl-value.h"
 
 struct icl_list_s {
        int type;
@@ -34,4 +34,4 @@ iotcon_list_h icl_list_clone(iotcon_list_h list);
 
 void icl_list_inc_ref_count(iotcon_list_h val);
 
-#endif /* __IOT_CONNECTIVITY_MANAGER_LIBRARY_REPRESENTATION_LIST_H__ */
+#endif /* __IOT_CONNECTIVITY_MANAGER_LIBRARY_LIST_H__ */
index df93d2f..e0f1360 100644 (file)
 #include "ic-utils.h"
 #include "icl.h"
 #include "icl-dbus.h"
-#include "icl-repr.h"
-#include "icl-repr-state.h"
-#include "icl-repr-value.h"
-#include "icl-repr-list.h"
+#include "icl-representation.h"
+#include "icl-state.h"
+#include "icl-value.h"
+#include "icl-list.h"
 #include "icl-dbus-type.h"
 #include "icl-payload.h"
 #include "icl-resource.h"
index f27626e..769e958 100644 (file)
@@ -19,9 +19,9 @@
 #include "iotcon.h"
 #include "ic-utils.h"
 #include "icl.h"
-#include "icl-repr.h"
-#include "icl-repr-list.h"
-#include "icl-repr-value.h"
+#include "icl-representation.h"
+#include "icl-list.h"
+#include "icl-value.h"
 #include "icl-resource-types.h"
 #include "icl-response.h"
 #include "icl-payload.h"
index 4e3e158..3962c8a 100644 (file)
@@ -24,9 +24,9 @@
 #include "icl.h"
 #include "icl-dbus.h"
 #include "icl-dbus-type.h"
-#include "icl-repr.h"
-#include "icl-repr-list.h"
-#include "icl-repr-value.h"
+#include "icl-representation.h"
+#include "icl-list.h"
+#include "icl-value.h"
 #include "icl-remote-resource.h"
 
 static int _caching_compare_state(iotcon_state_h state1, iotcon_state_h state2);
index 4f3d23d..64f26e4 100644 (file)
@@ -27,7 +27,7 @@
 #include "icl-options.h"
 #include "icl-dbus.h"
 #include "icl-dbus-type.h"
-#include "icl-repr.h"
+#include "icl-representation.h"
 #include "icl-response.h"
 #include "icl-remote-resource.h"
 #include "icl-payload.h"
index 4206a06..e62355d 100644 (file)
@@ -25,7 +25,7 @@
 #include "icl.h"
 #include "icl-options.h"
 #include "icl-dbus.h"
-#include "icl-repr.h"
+#include "icl-representation.h"
 #include "icl-remote-resource.h"
 #include "icl-resource-types.h"
 #include "icl-payload.h"
similarity index 99%
rename from lib/icl-repr.c
rename to lib/icl-representation.c
index e4f78de..d5b20ee 100644 (file)
 #include "icl-resource.h"
 #include "icl-resource-types.h"
 #include "icl-response.h"
-#include "icl-repr-list.h"
-#include "icl-repr-value.h"
-#include "icl-repr-state.h"
-#include "icl-repr.h"
+#include "icl-list.h"
+#include "icl-value.h"
+#include "icl-state.h"
+#include "icl-representation.h"
 
 void icl_representation_inc_ref_count(iotcon_representation_h val)
 {
similarity index 97%
rename from lib/icl-repr.h
rename to lib/icl-representation.h
index 70a0793..85f3283 100644 (file)
@@ -20,7 +20,7 @@
 #include <tizen_type.h>
 
 #include "iotcon-struct.h"
-#include "icl-repr-value.h"
+#include "icl-value.h"
 
 struct icl_representation_s {
        char *uri_path;
index 2efa040..ccd8b5d 100644 (file)
@@ -24,7 +24,7 @@
 #include "iotcon.h"
 #include "ic-utils.h"
 #include "icl.h"
-#include "icl-repr.h"
+#include "icl-representation.h"
 #include "icl-dbus.h"
 #include "icl-request.h"
 #include "icl-dbus-type.h"
index be6c6a2..a49bcdf 100644 (file)
@@ -23,7 +23,7 @@
 #include "icl-dbus.h"
 #include "icl-dbus-type.h"
 #include "icl-resource.h"
-#include "icl-repr.h"
+#include "icl-representation.h"
 #include "icl-options.h"
 #include "icl-request.h"
 #include "icl-response.h"
similarity index 99%
rename from lib/icl-repr-state.c
rename to lib/icl-state.c
index 9c92e32..cbaa960 100644 (file)
 #include "iotcon-representation.h"
 #include "ic-utils.h"
 #include "icl.h"
-#include "icl-repr-list.h"
-#include "icl-repr-value.h"
-#include "icl-repr.h"
-#include "icl-repr-state.h"
+#include "icl-list.h"
+#include "icl-value.h"
+#include "icl-representation.h"
+#include "icl-state.h"
 
 void icl_state_inc_ref_count(iotcon_state_h val)
 {
similarity index 80%
rename from lib/icl-repr-state.h
rename to lib/icl-state.h
index 30302cd..93ba958 100644 (file)
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#ifndef __IOT_CONNECTIVITY_MANAGER_LIBRARY_REPRESENTATION_STATE_H__
-#define __IOT_CONNECTIVITY_MANAGER_LIBRARY_REPRESENTATION_STATE_H__
+#ifndef __IOT_CONNECTIVITY_MANAGER_LIBRARY_STATE_H__
+#define __IOT_CONNECTIVITY_MANAGER_LIBRARY_STATE_H__
 
 #include "iotcon-struct.h"
 #include "iotcon-constant.h"
-#include "icl-repr-value.h"
+#include "icl-value.h"
 
 void icl_state_inc_ref_count(iotcon_state_h val);
 int icl_state_dec_ref_count(iotcon_state_h val);
@@ -29,4 +29,4 @@ int icl_state_set_value(iotcon_state_h state, const char *key, iotcon_value_h va
 
 int icl_state_clone(iotcon_state_h src, iotcon_state_h *dest);
 
-#endif /* __IOT_CONNECTIVITY_MANAGER_LIBRARY_REPRESENTATION_STATE_H__ */
+#endif /* __IOT_CONNECTIVITY_MANAGER_LIBRARY_STATE_H__ */
similarity index 98%
rename from lib/icl-repr-value.c
rename to lib/icl-value.c
index 214cd5e..c4dd78e 100644 (file)
@@ -21,9 +21,9 @@
 #include "iotcon-representation.h"
 #include "ic-utils.h"
 #include "icl.h"
-#include "icl-repr.h"
-#include "icl-repr-list.h"
-#include "icl-repr-value.h"
+#include "icl-representation.h"
+#include "icl-list.h"
+#include "icl-value.h"
 
 static iotcon_value_h _icl_value_create(int type)
 {
similarity index 92%
rename from lib/icl-repr-value.h
rename to lib/icl-value.h
index 4916c72..870e7df 100644 (file)
@@ -13,8 +13,8 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#ifndef __IOT_CONNECTIVITY_MANAGER_LIBRARY_REPRESENTATION_VALUE_H__
-#define __IOT_CONNECTIVITY_MANAGER_LIBRARY_REPRESENTATION_VALUE_H__
+#ifndef __IOT_CONNECTIVITY_MANAGER_LIBRARY_VALUE_H__
+#define __IOT_CONNECTIVITY_MANAGER_LIBRARY_VALUE_H__
 
 #include <glib.h>
 #include <tizen_type.h>
@@ -84,4 +84,4 @@ void icl_value_destroy(gpointer data);
 
 iotcon_value_h icl_value_clone(iotcon_value_h src);
 
-#endif /* __IOT_CONNECTIVITY_MANAGER_LIBRARY_REPRESENTATION_VALUE_H__ */
+#endif /* __IOT_CONNECTIVITY_MANAGER_LIBRARY_VALUE_H__ */