From: Maneesh Jain Date: Wed, 26 Aug 2015 09:27:03 +0000 (+0530) Subject: [Tizen-TV]: Allow the feature check for connection CAPI's X-Git-Tag: accepted/tizen/mobile/20150827.050622~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fapi%2Fconnection.git;a=commitdiff_plain;h=bad0b8260e6ddc60feccf2c76cd46de1509ae0cb [Tizen-TV]: Allow the feature check for connection CAPI's Change-Id: Id819ae3c1ec353d18eabc63b7fc0ecabdf2d1675 Signed-off-by: Maneesh Jain --- 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 { \