phoneengine/phonemodel/inc/cpeparserphonenumberhandler.h
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
equal deleted inserted replaced
21:92ab7f8d0eab 22:6bb1b21d2484
    78 
    78 
    79     private: 
    79     private: 
    80     
    80     
    81         /**
    81         /**
    82         * Removes non-GSM standard postfix characters before dialling attempt.
    82         * Removes non-GSM standard postfix characters before dialling attempt.
       
    83         * Leaves with ECCPErrorInvalidPhoneNumber if recognizes + char.
    83         * @since 5.0
    84         * @since 5.0
    84         * @param aPostfix postfix to modify.
    85         * @param aPostfix postfix to modify.
    85         * @return modified postfix.
    86         * @return modified postfix.
    86         */
    87         */
    87         TPtrC FilterPostfix( TPtrC aPostfix );
    88         TPtrC FilterPostfixL( TPtrC aPostfix );
    88 
    89 
    89         /**
    90         /**
    90         * Checks if phone is offline
    91         * Checks if phone is offline
    91         * @since 5.0
    92         * @since 5.0
    92         * @return offline status
    93         * @return offline status