telutils/phoneparser/src/CPhoneVoipNumberHandler.cpp
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // INCLUDE FILES
    19 // INCLUDE FILES
    20 #include    "cphonevoipnumberhandler.h" 
    20 #include    "CPhoneVoipNumberHandler.h"
    21 #include    "cphonevoipnumberparser.h" 
    21 #include    "CPhoneVoipNumberParser.h"
    22 #include    "cphonegsmparserresult.h" 
    22 #include    "CPhoneGsmParserResult.h"
    23 
    23 
    24 // CONSTANTS
    24 // CONSTANTS
    25 const TInt KPhoneVoipNumberDialParam = 0;
    25 const TInt KPhoneVoipNumberDialParam = 0;
    26 const TInt KPhoneVoipNumberPostfixParam = 1;
    26 const TInt KPhoneVoipNumberPostfixParam = 1;
    27 
    27