phonebookui/Phonebook2/UIControls/src/CPbk2SettingsListState.cpp
branchRCL_3
changeset 18 d4f567ce2e7c
parent 0 e686773b3f54
equal deleted inserted replaced
17:2666d9724c76 18:d4f567ce2e7c
   133     __ASSERT_DEBUG( iSelectionItemList, Panic(EPanicSelectionItemListNULL));
   133     __ASSERT_DEBUG( iSelectionItemList, Panic(EPanicSelectionItemListNULL));
   134     return *iSelectionItemList;
   134     return *iSelectionItemList;
   135     }
   135     }
   136 
   136 
   137 // --------------------------------------------------------------------------
   137 // --------------------------------------------------------------------------
       
   138 // CPbk2SettingsListState::ItemListState
       
   139 // --------------------------------------------------------------------------
       
   140 //
       
   141 CSelectionItemList& CPbk2SettingsListState::ItemListState()
       
   142     {
       
   143     __ASSERT_DEBUG( iItemListState, Panic(EPanicItemListStateNULL));
       
   144     return *iItemListState;
       
   145     }
       
   146 
       
   147 // --------------------------------------------------------------------------
   138 // CPbk2SettingsListState::SupportedStores
   148 // CPbk2SettingsListState::SupportedStores
   139 // --------------------------------------------------------------------------
   149 // --------------------------------------------------------------------------
   140 //
   150 //
   141 CVPbkContactStoreUriArray& CPbk2SettingsListState::SupportedStores()
   151 CVPbkContactStoreUriArray& CPbk2SettingsListState::SupportedStores()
   142     {
   152     {