////////////////////////////////////////////////////////////////////////// AssertAllBlocksValid //////////////////////////////////////////////////////////////////////////
| 330 | // AssertAllBlocksValid |
| 331 | /////////////////////////////////////////////////////////////////////////////// |
| 332 | void cBlockRecordFile::AssertAllBlocksValid() |
| 333 | { |
| 334 | for (BlockArray::iterator i = mvBlocks.begin(); i != mvBlocks.end(); ++i) |
| 335 | { |
| 336 | i->AssertValid(); |
| 337 | } |
| 338 | } |
| 339 | |
| 340 | |
| 341 | #endif |