phoneapp/phoneuiutils/inc/phonevanitydialingutils.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 73 e30d4a1b8bad
child 82 b49b5af297a7
equal deleted inserted replaced
73:e30d4a1b8bad 81:c26cc2a7c548
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *     Helper class for converting vanity dialing numbers
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef PHONEVANITYDIALINGUTILS_H
       
    21 #define PHONEVANITYDIALINGUTILS_H
       
    22 
       
    23 
       
    24 //  INCLUDES
       
    25 #include <e32std.h>
       
    26 
       
    27 
       
    28 // CLASS DECLARATION
       
    29 
       
    30 /**
       
    31 * Defines helper function for vanity dialing number conversion
       
    32 */
       
    33 class PhoneVanityDialingUtils
       
    34     {
       
    35     public:
       
    36         /**
       
    37         * Converts vanity dialing number to normal phone number
       
    38         * @param aDes Phone number to be converted
       
    39         */   
       
    40         IMPORT_C static void DoVanityNumberConversion( TDes& aDes );
       
    41     };
       
    42 
       
    43 
       
    44 #endif //PHONEVANITYDIALINGUTILS_H