Changeset 912 in Sophya


Ignore:
Timestamp:
Apr 13, 2000, 5:57:08 PM (25 years ago)
Author:
ercodmgr
Message:

Adaptation modifs SysTools (ConfigureSignalHandling et SOPHYA::PDynLinkMgr - Reza 13/4/2000

Location:
trunk/SophyaPI/PIext
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/dlftypes.h

    r440 r912  
    2525// ---------- Fonctions User et gestion de modules chargeables ----
    2626typedef void (* DlUserProcFunction) (vector<string>& args);
    27 typedef void (* DlFunction) ();
    2827typedef void (* DlModuleInitEndFunction) ();
    2928
  • trunk/SophyaPI/PIext/piacmd.h

    r897 r912  
    1616
    1717#include "dlftypes.h"
     18#include "pdlmgr.h"
    1819
    1920
     
    4142#ifdef SANS_EVOLPLANCK
    4243class Timer;
    43 class PDynLinkMgr;
    4444#else
    4545namespace SOPHYA {
    4646class Timer;
    47 class PDynLinkMgr;
    4847}
    4948#endif
  • trunk/SophyaPI/PIext/pistdimgapp.cc

    r709 r912  
    892892void PIStdImgApp::CatchSignals(bool fgfpe, bool fgsegv)
    893893{   
     894#ifdef SANS_EVOLPLANCK
    894895PeidaConfigureSignalhandling(fgfpe, fgsegv, true, true); 
     896#else
     897SophyaConfigureSignalhandling(fgfpe, fgsegv, true, true); 
     898#endif
    895899m[5]->SetStateMsg(10603, fgfpe);
    896900m[5]->SetStateMsg(10604, fgsegv);
Note: See TracChangeset for help on using the changeset viewer.