(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.9 and 1.12

version 1.9, 2003/03/21 23:37:35 version 1.12, 2003/04/25 01:02:47
Line 24 
Line 24 
 // Author: Markus Mueller (markus_mueller@de.ibm.com) // Author: Markus Mueller (markus_mueller@de.ibm.com)
 // //
 // Modified By: Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com) // Modified By: Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)
   //            : Yi Zhou, Hewlett-Packard Company (yi_zhou@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 52 
Line 53 
 # define PEGASUS_SIGHUP   SIGHUP # define PEGASUS_SIGHUP   SIGHUP
 # define PEGASUS_SIGABRT  SIGABRT # define PEGASUS_SIGABRT  SIGABRT
 # define PEGASUS_SIGPIPE  SIGPIPE # define PEGASUS_SIGPIPE  SIGPIPE
   # define PEGASUS_SIGUSR1  SIGUSR1
  
 #else // PEGASUS_HAS_SIGNALS #else // PEGASUS_HAS_SIGNALS
  
Line 59 
Line 61 
 # define PEGASUS_SIGHUP   1 # define PEGASUS_SIGHUP   1
 # define PEGASUS_SIGABRT  11 # define PEGASUS_SIGABRT  11
 # define PEGASUS_SIGPIPE  13 # define PEGASUS_SIGPIPE  13
   # define PEGASUS_SIGUSR1  16
  
 #endif // PEGASUS_HAS_SIGNALS #endif // PEGASUS_HAS_SIGNALS
  
Line 116 
Line 119 
  
 }; };
  
 SignalHandler * getSigHandle();  PEGASUS_COMMON_LINKAGE SignalHandler * getSigHandle();
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2