phonebookui/Phonebook2/Commands/src/CPbk2CommandStore.cpp
branchRCL_3
changeset 21 9da50d567e3c
parent 20 f4a778e096c2
equal deleted inserted replaced
20:f4a778e096c2 21:9da50d567e3c
   250 
   250 
   251 // --------------------------------------------------------------------------
   251 // --------------------------------------------------------------------------
   252 // CPbk2CommandStore::DestroyAllCommands
   252 // CPbk2CommandStore::DestroyAllCommands
   253 // --------------------------------------------------------------------------
   253 // --------------------------------------------------------------------------
   254 //
   254 //
   255 void CPbk2CommandStore::DestroyAllCommands()
   255 EXPORT_C void CPbk2CommandStore::DestroyAllCommands()
   256     {
   256     {
   257     // Delete objects in idle commands array using CommandFinished
   257     // Delete objects in idle commands array using CommandFinished
   258     for (TInt i = 0; i < iCommandArray.Count(); ++i)
   258     for (TInt i = 0; i < iCommandArray.Count(); ++i)
   259         {
   259         {
   260         MPbk2Command* destCmd = iCommandArray[i];
   260         MPbk2Command* destCmd = iCommandArray[i];