diff -r 5886d40bb3de -r 2989b291cac7 voipplugins/sipconnectionprovider/inc/scpsettinghandler.h --- a/voipplugins/sipconnectionprovider/inc/scpsettinghandler.h Wed Sep 15 12:01:56 2010 +0300 +++ b/voipplugins/sipconnectionprovider/inc/scpsettinghandler.h Wed Oct 13 14:20:32 2010 +0300 @@ -139,7 +139,14 @@ * @return TInt length of free string. */ TInt UahStringLengthL( TUint32 aServiceId ) const; - + + /** + * Checks is service's VoIP subservice allowed to use WCDMA. + * @param aServiceId service id + * @return ETrue if allowed to use VoIP over 3G, otherwise EFalse. + */ + TBool IsVoIPOverWcdmaAllowedL( TUint32 aServiceId ) const; + private: /**