OS_NS_signal.cpp

Go to the documentation of this file.
00001 // OS_NS_signal.cpp,v 1.3 2005/10/28 16:14:54 ossama Exp
00002 
00003 #include "ace/OS_NS_signal.h"
00004 
00005 ACE_RCSID(ace, OS_NS_signal, "OS_NS_signal.cpp,v 1.3 2005/10/28 16:14:54 ossama Exp")
00006 
00007 #if !defined (ACE_HAS_INLINED_OSCALLS)
00008 # include "ace/OS_NS_signal.inl"
00009 #endif /* ACE_HAS_INLINED_OS_CALLS */
00010 
00011 #if !defined (ACE_HAS_SIGINFO_T)
00012 siginfo_t::siginfo_t (ACE_HANDLE handle)
00013   : si_handle_ (handle),
00014     si_handles_ (&handle)
00015 {
00016 }
00017 
00018 siginfo_t::siginfo_t (ACE_HANDLE *handles)
00019   : si_handle_ (handles[0]),
00020     si_handles_ (handles)
00021 {
00022 }
00023 #endif /* ACE_HAS_SIGINFO_T */
00024 
00025 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00026 ACE_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 09:41:57 2006 for ACE by doxygen 1.3.6