(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.5 and 1.6

version 1.5, 2002/06/01 00:56:38 version 1.6, 2002/07/25 12:05:20
Line 50 
Line 50 
  
 #include <signal.h> #include <signal.h>
  
   #if defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM)
   extern "C" {
   #endif
   
 typedef void (* signal_handler)(int,siginfo_t *,void *); typedef void (* signal_handler)(int,siginfo_t *,void *);
  
 typedef struct { typedef struct {
Line 58 
Line 62 
     struct sigaction oldsa;     struct sigaction oldsa;
 } register_handler; } register_handler;
  
   #if defined(PEGASUS_PLATFORM_ZOS_ZSERIES_IBM)
   }
   #endif
   
 #include <Pegasus/Common/Thread.h> #include <Pegasus/Common/Thread.h>
 #include <Pegasus/Common/DQueue.h> #include <Pegasus/Common/DQueue.h>
 #include <Pegasus/Common/Exception.h> #include <Pegasus/Common/Exception.h>


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2