Changeset 4426 for trunk/tools/common/kFileDef.cpp
- Timestamp:
- Oct 5, 2000, 9:27:57 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/kFileDef.cpp
r4424 r4426 114 114 if (pFile->start()) 115 115 { 116 this->read(pFile); 116 try 117 { 118 this->read(pFile); 119 } 120 catch (int err) 121 { 122 throw (err); 123 } 117 124 } 118 125 else
Note:
See TracChangeset
for help on using the changeset viewer.