phonebookui/Phonebook/Engine/src/CContactDbConnection.cpp
branchRCL_3
changeset 32 2828b4d142c0
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
26:0d28c1c5b6dd 32:2828b4d142c0
    54 _LIT(KDefaultDbName, "C:Contacts.cdb");
    54 _LIT(KDefaultDbName, "C:Contacts.cdb");
    55 
    55 
    56 /// Default contact view preferences
    56 /// Default contact view preferences
    57 const TContactViewPreferences KPbkDefaultContactViewPrefs =
    57 const TContactViewPreferences KPbkDefaultContactViewPrefs =
    58     static_cast<TContactViewPreferences>
    58     static_cast<TContactViewPreferences>
    59         (EContactsOnly | EUnSortedAtEnd | ESingleWhiteSpaceIsEmptyField);
    59         ( EContactCardsOnly | EUnSortedAtEnd | ESingleWhiteSpaceIsEmptyField );
    60 
    60 
    61 #ifdef _DEBUG
    61 #ifdef _DEBUG
    62 enum TPanicCode
    62 enum TPanicCode
    63     {
    63     {
    64     EPanicUninitializedData = 1
    64     EPanicUninitializedData = 1