phonebookengines_old/contactsmodel/tsrc/T_DBASE2.H
changeset 40 b46a585f6909
equal deleted inserted replaced
37:fd64c38c277d 40:b46a585f6909
       
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 GLREF_C void FindAsyncL();
       
    17 GLREF_C void FindL();
       
    18 GLDEF_C void FindAsyncInTextDefL();
       
    19 GLREF_C void FindDefectL();
       
    20 GLREF_C void FindScandinavianLettersL();
       
    21 GLREF_C TContactItemId AddContactForFindL(TDesC& aName);
       
    22 //added to address IN049017 where Identitiy fields were not being searched when using KUidContactFieldmatchAll
       
    23 GLREF_C void FindUsingKUidContactFieldMatchAllL();
       
    24 
       
    25 GLREF_D RTest test;
       
    26 GLREF_D CCntTest* CntTest;
       
    27 
       
    28 const TPtrC KTestName=_L("Test Name No%d");
       
    29 const TPtrC KTestAddress=_L("Address %d");
       
    30 const TInt KTotalNumRecords=20;
       
    31