From bad0b8260e6ddc60feccf2c76cd46de1509ae0cb Mon Sep 17 00:00:00 2001 From: Maneesh Jain Date: Wed, 26 Aug 2015 14:57:03 +0530 Subject: [PATCH] [Tizen-TV]: Allow the feature check for connection CAPI's Change-Id: Id819ae3c1ec353d18eabc63b7fc0ecabdf2d1675 Signed-off-by: Maneesh Jain --- include/net_connection_private.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/net_connection_private.h b/include/net_connection_private.h index ef8f841..ab00c7d 100755 --- a/include/net_connection_private.h +++ b/include/net_connection_private.h @@ -49,16 +49,12 @@ typedef enum CONNECTION_CELLULAR_SUBSCRIBER_2 = 0x01, } connection_cellular_subscriber_id_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 { \ -- 2.7.4