apply coding convention 95/64495/1 accepted/tizen/common/20160401.121425 accepted/tizen/ivi/20160405.012045 accepted/tizen/mobile/20160405.011949 accepted/tizen/tv/20160405.012009 accepted/tizen/wearable/20160405.012021 submit/tizen/20160401.114146
authorHyihong Chae <hh.chae@samsung.com>
Fri, 1 Apr 2016 11:33:35 +0000 (20:33 +0900)
committerHyihong Chae <hh.chae@samsung.com>
Fri, 1 Apr 2016 11:33:35 +0000 (20:33 +0900)
Change-Id: I09b2bd4e98ebbc7d15f9caadf360953f14b07416
Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
packaging/mtp-initiator.spec
src/daemon/include/mtp_daemon_db.h

index 5ec6784..dd7698b 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       mtp-initiator
 Summary:    mtp(media transfer protocol) initiator
-Version:    1.4.7
+Version:    1.4.8
 Release:    1
 Group:      Network & Connectivity/Other
 License:    Apache-2.0
index 1023013..983eba5 100755 (executable)
 
 #include "mtp_daemon.h"
 
-mtp_error_e mtp_daemon_db_init(mtp_context *mtp_ctx); //end
-mtp_error_e mtp_daemon_db_deinit(mtp_context *mtp_ctx); // end
-bool mtp_daemon_db_is_exist(int mtp_device, int object_handle, mtp_context *mtp_ctx); // end
+mtp_error_e mtp_daemon_db_init(mtp_context *mtp_ctx);
+mtp_error_e mtp_daemon_db_deinit(mtp_context *mtp_ctx);
+bool mtp_daemon_db_is_exist(int mtp_device, int object_handle, mtp_context *mtp_ctx);
 mtp_error_e mtp_daemon_db_insert(int mtp_device, int mtp_storage,
-       int object_handle, MTPObjectInfo* object_info, mtp_context *mtp_ctx); //end
+       int object_handle, MTPObjectInfo *object_info, mtp_context *mtp_ctx);
 mtp_error_e mtp_daemon_db_delete(int mtp_device, int mtp_storage,
        int object_handle, mtp_context *mtp_ctx);
 mtp_error_e mtp_daemon_db_update(int mtp_device, int object_handle,
-       MTPObjectInfoobject_info, mtp_context *mtp_ctx);
+       MTPObjectInfo *object_info, mtp_context *mtp_ctx);
 MTPObjectInfo* mtp_daemon_db_get_object_info(int mtp_device,
-       int object_handle, mtp_context *mtp_ctx); //
+       int object_handle, mtp_context *mtp_ctx);
 mtp_error_e mtp_daemon_db_begin(mtp_context *mtp_ctx);
 mtp_error_e mtp_daemon_db_commit(mtp_context *mtp_ctx);