equal
deleted
inserted
replaced
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]; |