Changeset 912 in Sophya for trunk/SophyaPI
- Timestamp:
- Apr 13, 2000, 5:57:08 PM (25 years ago)
- Location:
- trunk/SophyaPI/PIext
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/dlftypes.h
r440 r912 25 25 // ---------- Fonctions User et gestion de modules chargeables ---- 26 26 typedef void (* DlUserProcFunction) (vector<string>& args); 27 typedef void (* DlFunction) ();28 27 typedef void (* DlModuleInitEndFunction) (); 29 28 -
trunk/SophyaPI/PIext/piacmd.h
r897 r912 16 16 17 17 #include "dlftypes.h" 18 #include "pdlmgr.h" 18 19 19 20 … … 41 42 #ifdef SANS_EVOLPLANCK 42 43 class Timer; 43 class PDynLinkMgr;44 44 #else 45 45 namespace SOPHYA { 46 46 class Timer; 47 class PDynLinkMgr;48 47 } 49 48 #endif -
trunk/SophyaPI/PIext/pistdimgapp.cc
r709 r912 892 892 void PIStdImgApp::CatchSignals(bool fgfpe, bool fgsegv) 893 893 { 894 #ifdef SANS_EVOLPLANCK 894 895 PeidaConfigureSignalhandling(fgfpe, fgsegv, true, true); 896 #else 897 SophyaConfigureSignalhandling(fgfpe, fgsegv, true, true); 898 #endif 895 899 m[5]->SetStateMsg(10603, fgfpe); 896 900 m[5]->SetStateMsg(10604, fgsegv);
Note:
See TracChangeset
for help on using the changeset viewer.