From 32546e22828e793e3881e1055acb72b6a044e331 Mon Sep 17 00:00:00 2001 From: Rat Date: Mon, 7 Jun 2010 19:10:55 +0200 Subject: added ace + vcproj for win --HG-- branch : trunk --- externals/ace/OS_NS_signal.cpp | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 externals/ace/OS_NS_signal.cpp (limited to 'externals/ace/OS_NS_signal.cpp') diff --git a/externals/ace/OS_NS_signal.cpp b/externals/ace/OS_NS_signal.cpp new file mode 100644 index 00000000000..bb1c4130564 --- /dev/null +++ b/externals/ace/OS_NS_signal.cpp @@ -0,0 +1,26 @@ +// $Id: OS_NS_signal.cpp 80826 2008-03-04 14:51:23Z wotte $ + +#include "ace/OS_NS_signal.h" + +ACE_RCSID(ace, OS_NS_signal, "$Id: OS_NS_signal.cpp 80826 2008-03-04 14:51:23Z wotte $") + +#if !defined (ACE_HAS_INLINED_OSCALLS) +# include "ace/OS_NS_signal.inl" +#endif /* ACE_HAS_INLINED_OSCALLS */ + +#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 */ + +ACE_BEGIN_VERSIONED_NAMESPACE_DECL +ACE_END_VERSIONED_NAMESPACE_DECL -- cgit v1.2.3