phonebookui/Phonebook2/ccapplication/ccapp/src/ccaappview.cpp
branchRCL_3
changeset 21 b3431bff8c19
parent 0 e686773b3f54
child 39 a6539d1e8e43
equal deleted inserted replaced
15:e8e3147d53eb 21:b3431bff8c19
   112     // 1st start the contact fetching
   112     // 1st start the contact fetching
   113     iCmsWrapper = CCCAppCmsContactFetcherWrapper::CreateInstanceL( 
   113     iCmsWrapper = CCCAppCmsContactFetcherWrapper::CreateInstanceL( 
   114          &iAppUi.Parameter(), CCCAppCmsContactFetcherWrapper::EFindContactFromOtherStores );
   114          &iAppUi.Parameter(), CCCAppCmsContactFetcherWrapper::EFindContactFromOtherStores );
   115     iCmsWrapper->AddObserverL( *this );
   115     iCmsWrapper->AddObserverL( *this );
   116 
   116 
   117     // TODO: replace hardcoded uid comparison with better sollution that
   117     // At the moment mycard does not need to support tabs, so this is 
   118     // supports other mycard views too
   118     // good enough sollution for launching mycard plugin
   119     TBool isUidMyCard = ( aUid == 
   119     TBool isUidMyCard = ( aUid == 
   120             TUid::Uid( KCCAMyCardPluginImplmentationUid ) );
   120             TUid::Uid( KCCAMyCardPluginImplmentationUid ) );
   121 
   121 
   122     
   122     
   123     //In this version support only contact type data (i.e. group data discarded)
   123     //In this version support only contact type data (i.e. group data discarded)