phonebookui/Phonebook2/spbcontentprovider/src/spbcontentprovider.cpp
branchRCL_3
changeset 35 4ae315f230bc
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
32:2828b4d142c0 35:4ae315f230bc
    17 
    17 
    18 
    18 
    19 #include "spbcontentprovider.h"
    19 #include "spbcontentprovider.h"
    20 #include "spbcontentproviderprivate.h"
    20 #include "spbcontentproviderprivate.h"
    21 #include <featmgr.h>
    21 #include <featmgr.h>
       
    22 #include <MVPbkContactStore.h>
    22 
    23 
    23 // LOCAL METHODS AND CONSTANTS
    24 // LOCAL METHODS AND CONSTANTS
    24 namespace {
    25 namespace {
    25 
    26 
    26 inline void RemoveFlag( TInt32& aFlags, TInt aFlag )
    27 inline void RemoveFlag( TInt32& aFlags, TInt aFlag )
   124     const TPbk2IconId& aIconId )
   125     const TPbk2IconId& aIconId )
   125     {
   126     {
   126     return iImpl->CreateServiceIconLC( aIconId );
   127     return iImpl->CreateServiceIconLC( aIconId );
   127     }
   128     }
   128 
   129 
       
   130 // ----------------------------------------------------------------------------
       
   131 // CSpbContentProvider::CleanContentL
       
   132 // ----------------------------------------------------------------------------
       
   133 //
       
   134 EXPORT_C void CSpbContentProvider::CleanContentL( MVPbkContactStore& aStore )
       
   135     {
       
   136     return iImpl->CleanContentL( aStore );
       
   137     }
       
   138 
   129 // end of file
   139 // end of file