connectivitymodules/SeCon/cntparser/inc/irmcconsts.h
branchRCL_3
changeset 20 4a793f564d72
parent 0 d0791faffa3f
equal deleted inserted replaced
19:0aa8cc770c8a 20:4a793f564d72
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Contact Parser constants
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef _IRMCCONSTS_H_
       
    20 #define _IRMCCONSTS_H_
       
    21 
       
    22 _LIT(KPhoneBookFilename,"c:\\IrMC\\pb.vcf");
       
    23 const TInt KMaximumNumberOfContacts=-1; //-1 == all contacts are transferred
       
    24 const TInt KPBNotUpdated=1;	//Must be grater than 0
       
    25 const TInt KPerformComplete=2; //Must be grater than 0 and different than KPBNotUpdated
       
    26 
       
    27 #endif