[Tizen-TV] Allow the feature check using model-config 32/48032/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150911.145538 accepted/tizen/tv/20150911.145554 accepted/tizen/wearable/20150911.145607 submit/tizen/20150911.110255 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
authorNishant Chaprana <n.chaprana@samsung.com>
Fri, 11 Sep 2015 09:16:53 +0000 (14:46 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Fri, 11 Sep 2015 09:19:01 +0000 (14:49 +0530)
Change-Id: I5c9ea91c338bfbba9d7dc479cbe1d0304e5b7690
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
include/net_connection_private.h
packaging/capi-network-connection.spec

index 0a389c4..dfb2e4f 100755 (executable)
@@ -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 { \
index ab823cc..3c7b235 100644 (file)
@@ -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