diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-05-05 12:53:55 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-05-05 12:53:55 +0000 |
commit | 3c61e20f081bf6fbab6d3483e5e7f71cb91c4974 (patch) | |
tree | 4d687030d8e848eb2c325e8234fb807f578df890 /ace/OS_NS_signal.cpp | |
parent | 65ce81267a19f490a22443567c75276fc864cbd2 (diff) | |
download | ATCD-RepositoryManager.tar.gz |
This commit was manufactured by cvs2svn to create branchRepositoryManager
'RepositoryManager'.
Diffstat (limited to 'ace/OS_NS_signal.cpp')
-rw-r--r-- | ace/OS_NS_signal.cpp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/ace/OS_NS_signal.cpp b/ace/OS_NS_signal.cpp deleted file mode 100644 index 3dc5e1c56fe..00000000000 --- a/ace/OS_NS_signal.cpp +++ /dev/null @@ -1,24 +0,0 @@ -// -*- C++ -*- -// $Id$ - -#include "ace/OS_NS_signal.h" - -ACE_RCSID(ace, OS_NS_signal, "$Id$") - -#if !defined (ACE_HAS_INLINED_OSCALLS) -# include "ace/OS_NS_signal.inl" -#endif /* ACE_HAS_INLINED_OS_CALLS */ - -#if !defined (ACE_HAS_SIGINFO_T) -siginfo_t::siginfo_t (ACE_HANDLE handle) - : si_handle_ (handle), - si_handles_ (&handle) -{ -} - -siginfo_t::siginfo_t (ACE_HANDLE *handles) - : si_handle_ (handles[0]), - si_handles_ (handles) -{ -} -#endif /* ACE_HAS_SIGINFO_T */ |