diff -r 086aae6fc07e -r f7816ffc66ed alwayson_net_plugin/pdpcontextmanager2/inc/maosettings.h --- a/alwayson_net_plugin/pdpcontextmanager2/inc/maosettings.h Mon Jan 18 20:33:49 2010 +0200 +++ b/alwayson_net_plugin/pdpcontextmanager2/inc/maosettings.h Tue Jan 26 12:12:48 2010 +0200 @@ -91,6 +91,16 @@ * @return TInt */ virtual TInt LingerTimerValue( const TUint aIapId ) const = 0; + + /** + * Checks whether user allows cellular connections + * or not. + * + * @since 5.1 + * @return ETrue if cellular connections are allowed, + * EFalse otherwise. + */ + virtual TBool IsCellularAllowedByUser() const = 0; protected: