(file) Return to Signal.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Signal.h between version 1.24.18.1 and 1.24.18.2

version 1.24.18.1, 2007/12/03 16:10:42 version 1.24.18.2, 2008/03/18 15:56:18
Line 59 
Line 59 
 # define PEGASUS_SIGTERM  SIGTERM # define PEGASUS_SIGTERM  SIGTERM
 # define PEGASUS_SIGUSR1  SIGUSR1 # define PEGASUS_SIGUSR1  SIGUSR1
 # define PEGASUS_SIGCHLD  SIGCHLD # define PEGASUS_SIGCHLD  SIGCHLD
   # define PEGASUS_SIGDANGER SIGDANGER
  
 #else // PEGASUS_HAS_SIGNALS #else // PEGASUS_HAS_SIGNALS
  
Line 69 
Line 70 
 # define PEGASUS_SIGTERM  15 # define PEGASUS_SIGTERM  15
 # define PEGASUS_SIGUSR1  16 # define PEGASUS_SIGUSR1  16
 # define PEGASUS_SIGCHLD  18 # define PEGASUS_SIGCHLD  18
   # define PEGASUS_SIGDANGER 33
  
 #endif // PEGASUS_HAS_SIGNALS #endif // PEGASUS_HAS_SIGNALS
  
Line 116 
Line 118 
 #ifdef PEGASUS_HAS_SIGNALS #ifdef PEGASUS_HAS_SIGNALS
     enum     enum
     {     {
         PEGASUS_NSIG = 32          PEGASUS_NSIG = 33
     };     };
  
     static void verifySignum(unsigned signum);     static void verifySignum(unsigned signum);


Legend:
Removed from v.1.24.18.1  
changed lines
  Added in v.1.24.18.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2