Ignore:
Timestamp:
Oct 5, 2000, 9:27:57 AM (25 years ago)
Author:
bird
Message:

Implemented buffering of read and write in class kFile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/kFileDef.cpp

    r4424 r4426  
    114114    if (pFile->start())
    115115    {
    116         this->read(pFile);
     116        try
     117        {
     118            this->read(pFile);
     119        }
     120        catch (int err)
     121        {
     122            throw (err);
     123        }
    117124    }
    118125    else
Note: See TracChangeset for help on using the changeset viewer.