Changeset 913 in Sophya for trunk/SophyaLib/SysTools/psighand.h
- Timestamp:
- Apr 13, 2000, 5:58:41 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/psighand.h
r480 r913 2 2 // Pour la gestion des signaux a travers des exceptions 3 3 4 #ifndef PSIGHANDLE_SEEN5 #define PSIGHANDLE_SEEN4 #ifndef SOPHYASIGHANDLE_SEEN 5 #define SOPHYASIGHANDLE_SEEN 6 6 7 7 #include "machdefs.h" 8 void PeidaConfigureSignalhandling(bool cfpe=false, bool csegv=false, 9 bool cint=false, bool cquit=false, 10 bool cusr1=false, bool cusr2=false); 8 9 namespace SOPHYA { 10 void SophyaConfigureSignalhandling(bool cfpe=false, bool csegv=false, 11 bool cint=false, bool cquit=false, 12 bool cusr1=false, bool cusr2=false); 13 } // namespace SOPHYA 14 11 15 #endif
Note:
See TracChangeset
for help on using the changeset viewer.