Changeset 913 in Sophya for trunk/SophyaLib/SysTools/psighand.h


Ignore:
Timestamp:
Apr 13, 2000, 5:58:41 PM (25 years ago)
Author:
ansari
Message:

Documentation + Modifs mineures (namespace, etc..) - Reza 13/4/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/psighand.h

    r480 r913  
    22//  Pour la gestion des signaux a travers des exceptions
    33
    4 #ifndef PSIGHANDLE_SEEN
    5 #define PSIGHANDLE_SEEN
     4#ifndef SOPHYASIGHANDLE_SEEN
     5#define SOPHYASIGHANDLE_SEEN
    66
    77#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
     9namespace SOPHYA {
     10void 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
    1115#endif
Note: See TracChangeset for help on using the changeset viewer.