temporarily removed code using iotcon APIs 94/73494/1 accepted/tizen/mobile/20160609.034142 accepted/tizen/tv/20160609.034022 accepted/tizen/wearable/20160609.034130 submit/tizen/20160608.100741
authorkmook <kmook.choi@samsung.com>
Wed, 8 Jun 2016 08:42:36 +0000 (17:42 +0900)
committerHongkuk, Son <hongkuk.son@samsung.com>
Wed, 8 Jun 2016 08:58:06 +0000 (17:58 +0900)
Change-Id: I55eefd838801a8280d5a9f925659c9a5cb6c4aba
Signed-off-by: kmook <kmook.choi@samsung.com>
daemon/discovery_mgr_impl.cpp
daemon/service_mgr_impl.cpp

index 9dea0ad..d34a545 100755 (executable)
@@ -45,7 +45,7 @@ int conv::discovery_manager_impl::init()
        _D("Discovery_Manager Init!!..");
        IF_FAIL_RETURN_TAG(register_provider(new(std::nothrow) conv::smartview_discovery_provider()) == CONV_ERROR_NONE, CONV_ERROR_INVALID_OPERATION, _E, "smartview_discover_provider register failed");
        IF_FAIL_RETURN_TAG(register_provider(new(std::nothrow) conv::ble_discovery_provider()) == CONV_ERROR_NONE, CONV_ERROR_INVALID_OPERATION, _E, "ble_discovery_provider register failed");
-       IF_FAIL_RETURN_TAG(register_provider(new(std::nothrow) conv::iotcon_discovery_provider()) == CONV_ERROR_NONE, CONV_ERROR_INVALID_OPERATION, _E, "iotcon_discovery_provider register failed");
+//     IF_FAIL_RETURN_TAG(register_provider(new(std::nothrow) conv::iotcon_discovery_provider()) == CONV_ERROR_NONE, CONV_ERROR_INVALID_OPERATION, _E, "iotcon_discovery_provider register failed");
 
        request_map.clear();
        request_timer_map.clear();
index 07ab066..1922917 100755 (executable)
@@ -38,9 +38,9 @@ conv::service_manager_impl::~service_manager_impl()
 int conv::service_manager_impl::init()
 {
        IF_FAIL_RETURN_TAG(register_provider(new(std::nothrow) conv::app_comm_service_provider()) == CONV_ERROR_NONE, CONV_ERROR_INVALID_OPERATION, _E, "app_comm_service_provider register failed");
-       IF_FAIL_RETURN_TAG(register_provider(new(std::nothrow) conv::remote_app_control_service_provider()) == CONV_ERROR_NONE, CONV_ERROR_INVALID_OPERATION, _E, "remote_app_control_service_provider register failed");
+//     IF_FAIL_RETURN_TAG(register_provider(new(std::nothrow) conv::remote_app_control_service_provider()) == CONV_ERROR_NONE, CONV_ERROR_INVALID_OPERATION, _E, "remote_app_control_service_provider register failed");
 
-       register_discovery_info();
+//     register_discovery_info();
        return CONV_ERROR_NONE;
 }