Changeset 347 in Sophya
- Timestamp:
- Aug 3, 1999, 4:57:08 PM (26 years ago)
- Location:
- trunk/SophyaPI/PIext
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.cc
r344 r347 760 760 void PIStdImgApp::CatchSignals(bool fg) 761 761 { 762 PeidaConfigureSignalhandling(fg, fg );762 PeidaConfigureSignalhandling(fg, fg, true, true); 763 763 m[5]->SetStateMsg(10603, fg); 764 764 } -
trunk/SophyaPI/PIext/pistdimgapp.h
r331 r347 9 9 #include <string> 10 10 #include <map> 11 #if defined(__KCC__) 12 using std::string ; 13 #include <map.h> 14 #endif 11 15 12 16 #include "pisysdep.h"
Note:
See TracChangeset
for help on using the changeset viewer.