voipplugins/sipconnectionprovider/inc/scpsettinghandler.h
branchRCL_3
changeset 33 2989b291cac7
parent 28 d38647835c2e
equal deleted inserted replaced
31:5886d40bb3de 33:2989b291cac7
   137      * VoIP's user agent header free string length getter.
   137      * VoIP's user agent header free string length getter.
   138      * @param aServiceId service id
   138      * @param aServiceId service id
   139      * @return TInt length of free string.
   139      * @return TInt length of free string.
   140      */
   140      */
   141     TInt UahStringLengthL( TUint32 aServiceId ) const;
   141     TInt UahStringLengthL( TUint32 aServiceId ) const;
   142          
   142      
       
   143     /**
       
   144      * Checks is service's VoIP subservice allowed to use WCDMA.
       
   145      * @param aServiceId service id
       
   146      * @return ETrue if allowed to use VoIP over 3G, otherwise EFalse.
       
   147      */
       
   148     TBool IsVoIPOverWcdmaAllowedL( TUint32 aServiceId ) const;
       
   149     
   143 private: 
   150 private: 
   144 
   151 
   145     /**
   152     /**
   146      * C++ default constructor.
   153      * C++ default constructor.
   147      */
   154      */