stifui/avkon/stifui/src/TestSetStartedCasesContainer.cpp
branchRCL_3
changeset 19 d40e813b23c0
parent 9 404ad6c9bc20
equal deleted inserted replaced
17:65b472535a0d 19:d40e813b23c0
   444 // Removes all started test cases from list box.
   444 // Removes all started test cases from list box.
   445 // ----------------------------------------------------------------------------
   445 // ----------------------------------------------------------------------------
   446 //
   446 //
   447 void CTestSetStartedCasesContainer::RemoveAllExecutionsInViewL()
   447 void CTestSetStartedCasesContainer::RemoveAllExecutionsInViewL()
   448     {
   448     {
   449     TInt exutionsInViewCount = iStartedTestsPtrs.Count();
       
   450     iStartedTestsPtrs.Reset(); //Empties the array, does not delete the objects whose pointers are contained in the array
   449     iStartedTestsPtrs.Reset(); //Empties the array, does not delete the objects whose pointers are contained in the array
   451     HandleItemRemovalL();
   450     HandleItemRemovalL();
   452 
   451 
   453     }
   452     }
   454 
   453 
   461 void CTestSetStartedCasesContainer::SaveActiveLine()
   460 void CTestSetStartedCasesContainer::SaveActiveLine()
   462 	{
   461 	{
   463 	((CMenuListBox*)iListBox)->SaveFocusPosition();
   462 	((CMenuListBox*)iListBox)->SaveFocusPosition();
   464 	}
   463 	}
   465 
   464 
   466 // End of File  
   465 // End of File