Changeset 5053 for trunk/tools/database/APIImport.cpp
- Timestamp:
- Feb 2, 2001, 9:45:42 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/APIImport.cpp
r4618 r5053 1 /* $Id: APIImport.cpp,v 1. 7 2000-11-19 08:28:13bird Exp $ */1 /* $Id: APIImport.cpp,v 1.8 2001-02-02 08:45:42 bird Exp $ */ 2 2 /* 3 3 * … … 259 259 try 260 260 { 261 /* pFile = new kFilePE(&InFile); - TODO - FIXME!!! */ 262 throw ((int)50); 261 pFile = new kFilePE(&InFile); 263 262 } 264 263 catch (int i)
Note:
See TracChangeset
for help on using the changeset viewer.