(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.14 and 1.15

version 1.14, 2003/10/22 14:26:04 version 1.15, 2004/03/23 00:12:08
Line 57 
Line 57 
 # define PEGASUS_SIGPIPE  SIGPIPE # define PEGASUS_SIGPIPE  SIGPIPE
 # define PEGASUS_SIGTERM  SIGTERM # define PEGASUS_SIGTERM  SIGTERM
 # define PEGASUS_SIGUSR1  SIGUSR1 # define PEGASUS_SIGUSR1  SIGUSR1
   # define PEGASUS_SIGCHLD  SIGCHLD
  
 #else // PEGASUS_HAS_SIGNALS #else // PEGASUS_HAS_SIGNALS
  
Line 66 
Line 67 
 # define PEGASUS_SIGPIPE  13 # define PEGASUS_SIGPIPE  13
 # define PEGASUS_SIGTERM  15 # define PEGASUS_SIGTERM  15
 # define PEGASUS_SIGUSR1  16 # define PEGASUS_SIGUSR1  16
   # define PEGASUS_SIGCHLD  18
  
 #endif // PEGASUS_HAS_SIGNALS #endif // PEGASUS_HAS_SIGNALS
  


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2