From: Nishant Chaprana Date: Fri, 11 Sep 2015 09:16:53 +0000 (+0530) Subject: [Tizen-TV] Allow the feature check using model-config X-Git-Tag: accepted/tizen/mobile/20150911.145538^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0.m1_tv;p=platform%2Fcore%2Fapi%2Fconnection.git [Tizen-TV] Allow the feature check using model-config Change-Id: I5c9ea91c338bfbba9d7dc479cbe1d0304e5b7690 Signed-off-by: Nishant Chaprana --- diff --git a/include/net_connection_private.h b/include/net_connection_private.h index 0a389c4..dfb2e4f 100755 --- a/include/net_connection_private.h +++ b/include/net_connection_private.h @@ -58,16 +58,12 @@ typedef enum CONNECTION_SUPPORTED_FEATURE_MAX, } connection_supported_feature_e; -#if !defined TIZEN_TV #define CHECK_FEATURE_SUPPORTED(...) \ do { \ int rv = _connection_check_feature_supported(__VA_ARGS__, NULL); \ if( rv != CONNECTION_ERROR_NONE ) \ return rv; \ } while(0) -#else -#define CHECK_FEATURE_SUPPORTED(...) -#endif #define CONNECTION_LOG(log_level, format, args...) \ do { \ diff --git a/packaging/capi-network-connection.spec b/packaging/capi-network-connection.spec index ab823cc..3c7b235 100644 --- a/packaging/capi-network-connection.spec +++ b/packaging/capi-network-connection.spec @@ -1,6 +1,6 @@ Name: capi-network-connection Summary: Network Connection library in TIZEN C API -Version: 1.0.72 +Version: 1.0.73 Release: 1 Group: System/Network License: Apache-2.0