| Start/ | End/ | |||
| True | False | - | Line | Source |
| 1 | /* | |||
| 2 | * ============================================================================== | |||
| 3 | * Name : cvimpststoragecontactlist.cpp | |||
| 4 | * Part of : IMUiServiceTab / vimpststorage | |||
| 5 | * Description : Contact list container implementation | |||
| 6 | * Version : %version: ou1s60rt#15.1.7 % | |||
| 7 | * | |||
| 8 | * Copyright (c) 2008 Nokia Corporation. | |||
| 9 | * This material, including documentation and any related | |||
| 10 | * computer programs, is protected by copyright controlled by | |||
| 11 | * Nokia Corporation. All rights are reserved. Copying, | |||
| 12 | * including reproducing, storing, adapting or translating, any | |||
| 13 | * or all of this material requires the prior written consent of | |||
| 14 | * Nokia Corporation. This material also contains confidential | |||
| 15 | * information which may not be disclosed to others without the | |||
| 16 | * prior written consent of Nokia Corporation. | |||
| 17 | * ============================================================================== | |||
| 18 | */ | |||
| 19 | ||||
| 20 | // INCLUDE FILES | |||
| 21 | #include "s_vimpststoragecontactlist.h" | |||
| 22 | ||||
| 23 | // ============================ MEMBER FUNCTIONS =============================== | |||
| 24 | // ----------------------------------------------------------------------------- | |||
| 25 | // CVIMPSTStorageContactList::ListId | |||
| 26 | // ----------------------------------------------------------------------------- | |||
| 27 | // | |||
| 0 | 0 | - | 28 | const TDesC& vimpststoragecontactlist_stub::ListId() const |
| 29 | { | |||
| 0 | - | 30 | return KNullDesC; | |
| 31 | } | |||
| 32 | ||||
| 33 | // ----------------------------------------------------------------------------- | |||
| 34 | // CVIMPSTStorageContactList::DisplayName | |||
| 35 | // ----------------------------------------------------------------------------- | |||
| 36 | // | |||
| 0 | 0 | - | 37 | TPtrC vimpststoragecontactlist_stub::DisplayName() const |
| 38 | { | |||
| 0 | - | 39 | return NULL; | |
| 40 | } | |||
| 41 | // ----------------------------------------------------------------------------- | |||
| 42 | // CVIMPSTStorageContactList::AddStorageContactToCacheL | |||
| 43 | // ----------------------------------------------------------------------------- | |||
| 44 | // | |||
| 0 | 0 | - | 45 | TInt vimpststoragecontactlist_stub::AddStorageContactToCacheL( MVIMPSTStorageContact* aContact, TInt& aIndex ) |
| 46 | { | |||
| 47 | ||||
| 48 | } | |||
| 49 | ||||
| 50 | // ----------------------------------------------------------------------------- | |||
| 51 | // CVIMPSTStorageContactList::RemoveContactFromCacheL | |||
| 52 | // ----------------------------------------------------------------------------- | |||
| 53 | // | |||
| 0 | 0 | - | 54 | TInt vimpststoragecontactlist_stub::RemoveContactFromCacheL( const TDesC& aContactId, TInt& aIndex ) |
| 55 | { | |||
| 56 | ||||
| 57 | } | |||
| 58 | ||||
| 59 | // ----------------------------------------------------------------------------- | |||
| 60 | // CVIMPSTStorageContactList::RemoveContactFromCacheL | |||
| 61 | // ----------------------------------------------------------------------------- | |||
| 62 | // | |||
| 0 | 0 | - | 63 | TInt vimpststoragecontactlist_stub::RemoveContactFromCacheL( const MVPbkContactLink& aContactLink, TInt& index ) |
| 64 | { | |||
| 65 | ||||
| 66 | } | |||
| 67 | // ----------------------------------------------------------------------------- | |||
| 68 | // CVIMPSTStorageContactList::FindContact | |||
| 69 | // ----------------------------------------------------------------------------- | |||
| 70 | // | |||
| 0 | 0 | - | 71 | TInt vimpststoragecontactlist_stub::ContactCount( TBool aSkipOfflineContacts, |
| 72 | TBool aSkipBlocekedContacts ) const | |||
| 73 | { | |||
| 74 | ||||
| 75 | } | |||
| 76 | ||||
| 77 | // ----------------------------------------------------------------------------- | |||
| 78 | // CVIMPSTStorageContactList::FindContactIndex | |||
| 79 | // ----------------------------------------------------------------------------- | |||
| 80 | // | |||
| 0 | 0 | - | 81 | TInt vimpststoragecontactlist_stub::FindContactIndex( const TDesC& aUserId, |
| 82 | TInt& aOrderedIndex ) const | |||
| 83 | { | |||
| 84 | ||||
| 85 | } | |||
| 86 | ||||
| 87 | // ----------------------------------------------------------------------------- | |||
| 88 | // CVIMPSTStorageContactList::FindContactEntry | |||
| 89 | // ----------------------------------------------------------------------------- | |||
| 90 | // | |||
| 0 | 0 | - | 91 | TInt vimpststoragecontactlist_stub::FindContactEntry( const MVIMPSTStorageContact* aContact ) const |
| 92 | { | |||
| 93 | ||||
| 94 | } | |||
| 95 | // ----------------------------------------------------------------------------- | |||
| 96 | // CVIMPSTStorageContactList::Sort | |||
| 97 | // ----------------------------------------------------------------------------- | |||
| 98 | // | |||
| 0 | 0 | - | 99 | void vimpststoragecontactlist_stub::Sort() |
| 100 | { | |||
| 101 | ||||
| 102 | } | |||
| 103 | ||||
| 104 | // ----------------------------------------------------------------------------- | |||
| 105 | // CVIMPSTStorageContactList::ResortContact | |||
| 106 | // ----------------------------------------------------------------------------- | |||
| 107 | // | |||
| 0 | 0 | - | 108 | void vimpststoragecontactlist_stub::ResortContact( MVIMPSTStorageContact* aContact ) |
| 109 | { | |||
| 110 | ||||
| 111 | } | |||
| 112 | ||||
| 113 | // ----------------------------------------------------------------------------- | |||
| 114 | // CVIMPSTStorageContactList::FindIndexOfContact | |||
| 115 | // From MVIMPSTContactList | |||
| 116 | // ----------------------------------------------------------------------------- | |||
| 117 | // | |||
| 0 | 0 | - | 118 | TInt vimpststoragecontactlist_stub::FindIndexOfContact( const MVIMPSTStorageContact* aContact, |
| 119 | TVIMPSTEnums::TFilterType aFilter ) const | |||
| 120 | { | |||
| 121 | ||||
| 122 | } | |||
| 123 | ||||
| 124 | // ----------------------------------------------------------------------------- | |||
| 125 | // CVIMPSTStorageContactList::Count | |||
| 126 | // From MVIMPSTStorageContactList | |||
| 127 | // ----------------------------------------------------------------------------- | |||
| 128 | // | |||
| 0 | 0 | - | 129 | TInt vimpststoragecontactlist_stub::Count() const |
| 130 | { | |||
| 0 | - | 131 | return 1; | |
| 132 | } | |||
| 133 | ||||
| 134 | // ----------------------------------------------------------------------------- | |||
| 135 | // CVIMPSTStorageContactList::OnlineCount | |||
| 136 | // From MVIMPSTStorageContactList | |||
| 137 | // ----------------------------------------------------------------------------- | |||
| 138 | // | |||
| 0 | 0 | - | 139 | TInt vimpststoragecontactlist_stub::OnlineCount() const |
| 140 | { | |||
| 141 | ||||
| 142 | } | |||
| 143 | // ----------------------------------------------------------------------------- | |||
| 144 | // CVIMPSTStorageContactList::operator[] | |||
| 145 | // From MVIMPSTStorageContactList | |||
| 146 | // ----------------------------------------------------------------------------- | |||
| 147 | // | |||
| 0 | 0 | - | 148 | MVIMPSTStorageContact& vimpststoragecontactlist_stub::operator[]( TInt aIndex ) const |
| 149 | { | |||
| 150 | ||||
| 151 | } | |||
| 152 | ||||
| 153 | // ----------------------------------------------------------------------------- | |||
| 154 | // CVIMPSTStorageContactList::OnlineContact | |||
| 155 | // From MVIMPSTContactList | |||
| 156 | // ----------------------------------------------------------------------------- | |||
| 157 | // | |||
| 0 | 0 | - | 158 | MVIMPSTStorageContact& vimpststoragecontactlist_stub::OnlineContact( TInt aIndex ) const |
| 159 | { | |||
| 160 | ||||
| 161 | } | |||
| 162 | ||||
| 163 | // ----------------------------------------------------------------------------- | |||
| 164 | // CVIMPSTStorageContactList::FilteredContact | |||
| 165 | // From MVIMPSTContactList | |||
| 166 | // ----------------------------------------------------------------------------- | |||
| 167 | // | |||
| 0 | 0 | - | 168 | MVIMPSTStorageContact& vimpststoragecontactlist_stub::FilteredContact( |
| 169 | TInt aIndex, TVIMPSTEnums::TFilterType aFilter ) const | |||
| 170 | { | |||
| 171 | ||||
| 172 | } | |||
| 173 | ||||
| 174 | // ----------------------------------------------------------------------------- | |||
| 175 | // CVIMPSTStorageContactList::FilteredCount | |||
| 176 | // From MVIMPSTContactList | |||
| 177 | // ----------------------------------------------------------------------------- | |||
| 178 | // | |||
| 0 | 0 | - | 179 | TInt vimpststoragecontactlist_stub::FilteredCount( |
| 180 | TVIMPSTEnums::TFilterType aFilter ) const | |||
| 181 | { | |||
| 0 | - | 182 | return 1; | |
| 183 | } | |||
| 184 | ||||
| 185 | // ----------------------------------------------------------------------------- | |||
| 186 | // CVIMPSTStorageContactList::FilterAllowsContact | |||
| 187 | // ----------------------------------------------------------------------------- | |||
| 188 | // | |||
| 0 | 0 | - | 189 | TBool vimpststoragecontactlist_stub::FilterAllowsContact( const MVIMPSTStorageContact* aContact, |
| 190 | TVIMPSTEnums::TFilterType aFilter ) const | |||
| 191 | { | |||
| 0 | - | 192 | return ETrue; | |
| 193 | } | |||
| 194 | ||||
| 195 | // ----------------------------------------------------------------------------- | |||
| 196 | // CVIMPSTStorageContactList::FindContact | |||
| 197 | // ----------------------------------------------------------------------------- | |||
| 198 | // | |||
| 0 | 0 | - | 199 | MVIMPSTStorageContact* vimpststoragecontactlist_stub::FindContact( const TDesC& aContactId ) |
| 200 | { | |||
| 201 | //return NULL; | |||
| 202 | } | |||
| 203 | // ----------------------------------------------------------------------------- | |||
| 204 | // CVIMPSTStorageContactList::FindContactByContactLinkL | |||
| 205 | // ----------------------------------------------------------------------------- | |||
| 206 | // | |||
| 0 | 0 | - | 207 | MVIMPSTStorageContact* vimpststoragecontactlist_stub::FindContactByContactLink( const MVPbkContactLink& aContactLink ) |
| 208 | { | |||
| 209 | //return NULL; | |||
| 210 | } | |||
| 211 | ||||
| 212 | // ----------------------------------------------------------------------------- | |||
| 213 | // CVIMPSTStorageContactList::FindContactByLinkL | |||
| 214 | // ----------------------------------------------------------------------------- | |||
| 215 | // | |||
| 0 | 0 | - | 216 | TInt vimpststoragecontactlist_stub::FindContactByLinkL( const MVPbkContactLink& aContactLink, |
| 217 | TInt& aIndexOrderedArray ) const | |||
| 218 | { | |||
| 0 | - | 219 | return NULL; | |
| 220 | } | |||
| 221 | ||||
| 222 | // End of File | |||
| ***TER 0% (0/27) of SOURCE FILE s_vimpststoragecontactlist.cpp | ||||