ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/io/DumpReader.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/io/DumpReader.cpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2300 by tim, Thu Sep 15 19:17:04 2005 UTC

# Line 219 | Line 219 | namespace oopse {
219    }
220    
221    void DumpReader::readFrame(int whichFrame) {
222 +    if (!isScanned_)
223 +      scanFile();
224 +        
225      int storageLayout = info_->getSnapshotManager()->getStorageLayout();
226      
227      if (storageLayout & DataStorage::dslPosition) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines