Changeset 2944 in Sophya for trunk/SophyaPI/PIext/basexecut.cc
- Timestamp:
- Apr 26, 2006, 5:47:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/basexecut.cc
r2933 r2944 109 109 tokens.erase(tokens.begin()); 110 110 fuf(tokens); 111 return(0); 111 112 } 112 113 catch ( PThrowable & exc ) { … … 114 115 << (string)typeid(exc).name() << " Msg= " 115 116 << exc.Msg() << endl; 116 cout << endl;117 return(-77); 117 118 } 118 119 catch ( ... ) { 119 120 cerr << "\n PIABaseExecutor: Call / Catched Exception ... " 120 121 << endl; 121 cout << endl;122 return(-79); 122 123 } 123 124 #endif
Note:
See TracChangeset
for help on using the changeset viewer.