Changeset 1373 in Sophya for trunk/SophyaProg/PrgUtil
- Timestamp:
- Jan 5, 2001, 6:13:31 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgUtil/scanppf.cc
r1306 r1373 73 73 } 74 74 } 75 catch (PThrowable pex) { 76 cerr << " scanppf/Error - Exception catched " << pex.Msg() << endl; 75 catch (PThrowable & pex) { 76 cerr << " scanppf/Error - Exception catched " << (string)typeid(pex).name() 77 << " - Msg= " << pex.Msg() << endl; 77 78 } 78 79
Note:
See TracChangeset
for help on using the changeset viewer.