Remove build warning message 81/81681/2 accepted/tizen/common/20160805.130138 accepted/tizen/ivi/20160808.081143 accepted/tizen/mobile/20160808.080758 accepted/tizen/tv/20160808.080951 accepted/tizen/wearable/20160808.081056 submit/tizen/20160805.054353
authorJiyong Min <jiyong.min@samsung.com>
Wed, 27 Jul 2016 23:53:58 +0000 (08:53 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Thu, 28 Jul 2016 00:52:59 +0000 (09:52 +0900)
A parameter type did not eqaul function declare, the type is changed from int to enum.

Change-Id: Iaa2d80aeca239d2d783326468c4a311f019f388d
Signed-off-by: jiyong min <jiyong.min@samsung.com>
packaging/dcm-service.spec
svc/DcmMainSvc.cpp

index 0b2fddde309df6443f5a2db56b7c40e4c7e38eaa..40b6bd5505c86a7d5bb46cf17c480a4930d307a6 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       dcm-service
 Summary:    A media DCM(Digital Contents Management) Service
-Version:    0.0.12
+Version:    0.0.13
 Release:    0
 Group:      Multimedia/Service
 License:    Apache-2.0
index 464189c36e8a117735bd585578a96332f131d4bb..37a83ef818c58ecb8b08b96d2142beaf662dde70 100755 (executable)
@@ -197,7 +197,7 @@ gboolean DcmMainSvcCallBack::readMsg(GIOChannel *src, GIOCondition condition, gp
                dcm_debug("Scan single");
                ret = DcmScanMain::ScanSingle(recv_msg.msg, recv_msg.uid, &face_count);
                dcm_debug("Scan single result: %d", face_count);
-               ret = DcmIpcUtils::sendClientSocketMsg(-1, 0, face_count, recv_msg.msg, DCM_IPC_PORT_MS_RECV);
+               ret = DcmIpcUtils::sendClientSocketMsg(-1, DCM_IPC_MSG_SCAN_SINGLE, face_count, recv_msg.msg, DCM_IPC_PORT_MS_RECV);
                //ret = DcmIpcUtils::sendSocketMsg(DCM_IPC_MSG_SCAN_SINGLE, recv_msg.uid, recv_msg.msg, DCM_IPC_PORT_SCAN_RECV);
 /*             if (ret == DCM_SUCCESS) {
                        ret = DcmIpcUtils::sendClientSocketMsg(client_sock, DCM_IPC_MSG_SCAN_SINGLE, recv_msg.uid, recv_msg.msg, DCM_IPC_PORT_DCM_RECV);