From 9d8a7c3f55892952fe9272fbd91cf9fd698fdb6b Mon Sep 17 00:00:00 2001 From: Nishant Chaprana Date: Fri, 11 Sep 2015 14:46:53 +0530 Subject: [PATCH] [Tizen-TV] Allow the feature check using model-config Change-Id: I5c9ea91c338bfbba9d7dc479cbe1d0304e5b7690 Signed-off-by: Nishant Chaprana --- include/net_connection_private.h | 4 ---- packaging/capi-network-connection.spec | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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 -- 2.7.4