uiservicetab/vimpstcmdprocess/tsrc/vimpstcmdprocess_utest/src/stub/s_vimpststoragecontactlist.cpp
branchRCL_3
changeset 23 9a48e301e94b
parent 0 5e5d6b214f4f
equal deleted inserted replaced
22:3104fc151679 23:9a48e301e94b
       
     1 /*
       
     2 * Copyright (c) 2006, 2007 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:  s_enginecontmgtextfeatures.cpp
       
    15 *
       
    16 */
       
    17 
       
    18 // INCLUDE FILES
       
    19 #include "s_vimpststoragecontactlist.h"
       
    20 
       
    21 // ============================ MEMBER FUNCTIONS ===============================    
       
    22 // -----------------------------------------------------------------------------
       
    23 // CVIMPSTStorageContactList::ListId
       
    24 // -----------------------------------------------------------------------------
       
    25 //
       
    26 const TDesC& vimpststoragecontactlist_stub::ListId() const
       
    27     {
       
    28     return KNullDesC;    
       
    29     }
       
    30     
       
    31 // -----------------------------------------------------------------------------
       
    32 // CVIMPSTStorageContactList::DisplayName
       
    33 // -----------------------------------------------------------------------------
       
    34 //
       
    35 TPtrC vimpststoragecontactlist_stub::DisplayName() const
       
    36     {
       
    37     return NULL;
       
    38     }
       
    39 // -----------------------------------------------------------------------------
       
    40 // CVIMPSTStorageContactList::AddStorageContactToCacheL
       
    41 // -----------------------------------------------------------------------------
       
    42 //
       
    43 TInt vimpststoragecontactlist_stub::AddStorageContactToCacheL( MVIMPSTStorageContact* aContact, TInt& aIndex )
       
    44     {
       
    45     
       
    46     }
       
    47  
       
    48 // -----------------------------------------------------------------------------
       
    49 // CVIMPSTStorageContactList::RemoveContactFromCacheL
       
    50 // -----------------------------------------------------------------------------
       
    51 //
       
    52 TInt vimpststoragecontactlist_stub::RemoveContactFromCacheL( const TDesC& aContactId, TInt& aIndex )
       
    53     {
       
    54     
       
    55     }
       
    56 
       
    57 // -----------------------------------------------------------------------------
       
    58 // CVIMPSTStorageContactList::RemoveContactFromCacheL
       
    59 // -----------------------------------------------------------------------------
       
    60 //
       
    61 TInt vimpststoragecontactlist_stub::RemoveContactFromCacheL( const MVPbkContactLink& aContactLink, TInt& index )
       
    62     {
       
    63     
       
    64     }    
       
    65  // -----------------------------------------------------------------------------
       
    66 // CVIMPSTStorageContactList::FindContact
       
    67 // -----------------------------------------------------------------------------
       
    68 //
       
    69 TInt vimpststoragecontactlist_stub::ContactCount( TBool aSkipOfflineContacts,
       
    70 						   TBool aSkipBlocekedContacts ) const
       
    71     {
       
    72     
       
    73     }
       
    74             
       
    75 // -----------------------------------------------------------------------------
       
    76 // CVIMPSTStorageContactList::FindContactIndex
       
    77 // -----------------------------------------------------------------------------
       
    78 //
       
    79 TInt vimpststoragecontactlist_stub::FindContactIndex( const TDesC& aUserId,
       
    80                                        TInt& aOrderedIndex ) const
       
    81     {
       
    82      
       
    83     }
       
    84 
       
    85 // -----------------------------------------------------------------------------
       
    86 // CVIMPSTStorageContactList::FindContactEntry
       
    87 // -----------------------------------------------------------------------------
       
    88 //
       
    89 TInt vimpststoragecontactlist_stub::FindContactEntry( const MVIMPSTStorageContact* aContact ) const
       
    90     {
       
    91     
       
    92     }
       
    93 // -----------------------------------------------------------------------------
       
    94 // CVIMPSTStorageContactList::Sort
       
    95 // -----------------------------------------------------------------------------
       
    96 //
       
    97 void vimpststoragecontactlist_stub::Sort()
       
    98     {
       
    99     
       
   100     }
       
   101 
       
   102 // -----------------------------------------------------------------------------
       
   103 // CVIMPSTStorageContactList::ResortContact
       
   104 // -----------------------------------------------------------------------------
       
   105 //
       
   106 void vimpststoragecontactlist_stub::ResortContact( MVIMPSTStorageContact* aContact )
       
   107     {
       
   108     
       
   109     }
       
   110    
       
   111 // -----------------------------------------------------------------------------
       
   112 // CVIMPSTStorageContactList::FindIndexOfContact
       
   113 // From MVIMPSTContactList
       
   114 // -----------------------------------------------------------------------------
       
   115 //
       
   116 TInt vimpststoragecontactlist_stub::FindIndexOfContact( const MVIMPSTStorageContact* aContact,
       
   117                             TVIMPSTEnums::TFilterType aFilter  ) const
       
   118     {    
       
   119     
       
   120     }
       
   121        
       
   122 // -----------------------------------------------------------------------------
       
   123 // CVIMPSTStorageContactList::Count
       
   124 // From MVIMPSTStorageContactList
       
   125 // -----------------------------------------------------------------------------
       
   126 //
       
   127 TInt vimpststoragecontactlist_stub::Count() const
       
   128     {
       
   129     return 1;
       
   130     }
       
   131     
       
   132 // -----------------------------------------------------------------------------
       
   133 // CVIMPSTStorageContactList::OnlineCount
       
   134 // From MVIMPSTStorageContactList
       
   135 // -----------------------------------------------------------------------------
       
   136 //
       
   137 TInt vimpststoragecontactlist_stub::OnlineCount() const
       
   138     {
       
   139     
       
   140     }
       
   141 // -----------------------------------------------------------------------------
       
   142 // CVIMPSTStorageContactList::operator[]
       
   143 // From MVIMPSTStorageContactList
       
   144 // -----------------------------------------------------------------------------
       
   145 //
       
   146 MVIMPSTStorageContact& vimpststoragecontactlist_stub::operator[]( TInt aIndex ) const
       
   147     {
       
   148     
       
   149     }
       
   150     
       
   151 // -----------------------------------------------------------------------------
       
   152 // CVIMPSTStorageContactList::OnlineContact
       
   153 // From MVIMPSTContactList
       
   154 // -----------------------------------------------------------------------------
       
   155 //
       
   156 MVIMPSTStorageContact& vimpststoragecontactlist_stub::OnlineContact( TInt aIndex ) const
       
   157     {
       
   158     
       
   159     }
       
   160  
       
   161 // -----------------------------------------------------------------------------
       
   162 // CVIMPSTStorageContactList::FilteredContact
       
   163 // From MVIMPSTContactList
       
   164 // -----------------------------------------------------------------------------
       
   165 //
       
   166 MVIMPSTStorageContact& vimpststoragecontactlist_stub::FilteredContact( 
       
   167                 TInt aIndex, TVIMPSTEnums::TFilterType aFilter ) const
       
   168 	{
       
   169     
       
   170 	}
       
   171 
       
   172 // -----------------------------------------------------------------------------
       
   173 // CVIMPSTStorageContactList::FilteredCount
       
   174 // From MVIMPSTContactList
       
   175 // -----------------------------------------------------------------------------
       
   176 //
       
   177 TInt vimpststoragecontactlist_stub::FilteredCount( 
       
   178                             TVIMPSTEnums::TFilterType aFilter ) const
       
   179 	{
       
   180     return 1;
       
   181   	}
       
   182 
       
   183 // -----------------------------------------------------------------------------
       
   184 // CVIMPSTStorageContactList::FilterAllowsContact
       
   185 // -----------------------------------------------------------------------------
       
   186 //
       
   187 TBool vimpststoragecontactlist_stub::FilterAllowsContact( const MVIMPSTStorageContact* aContact,
       
   188                              TVIMPSTEnums::TFilterType aFilter ) const
       
   189     {
       
   190     return ETrue;
       
   191     }
       
   192 
       
   193 // -----------------------------------------------------------------------------
       
   194 // CVIMPSTStorageContactList::FindContact
       
   195 // -----------------------------------------------------------------------------
       
   196 //
       
   197 MVIMPSTStorageContact* vimpststoragecontactlist_stub::FindContact( const TDesC& aContactId )
       
   198     {
       
   199     //return NULL;
       
   200     }
       
   201 // -----------------------------------------------------------------------------
       
   202 // CVIMPSTStorageContactList::FindContactByContactLinkL
       
   203 // -----------------------------------------------------------------------------
       
   204 //
       
   205 MVIMPSTStorageContact* vimpststoragecontactlist_stub::FindContactByContactLink( const MVPbkContactLink& aContactLink )
       
   206     {
       
   207     //return NULL;
       
   208     }
       
   209     
       
   210 // -----------------------------------------------------------------------------
       
   211 // CVIMPSTStorageContactList::FindContactByLinkL
       
   212 // -----------------------------------------------------------------------------
       
   213 //
       
   214 TInt vimpststoragecontactlist_stub::FindContactByLinkL( const MVPbkContactLink& aContactLink,
       
   215                                           TInt& aIndexOrderedArray ) const
       
   216     {
       
   217     return NULL;
       
   218     }        
       
   219     
       
   220 //  End of File