[7297] Fixed profession spells sorting in trainer spell list at client.
[getmangos.git] / dep / ACE_wrappers / ace / OS_NS_signal.cpp
blobbb1c413056438a4f778afd647d6a3b78f352a6d2
1 // $Id: OS_NS_signal.cpp 80826 2008-03-04 14:51:23Z wotte $
3 #include "ace/OS_NS_signal.h"
5 ACE_RCSID(ace, OS_NS_signal, "$Id: OS_NS_signal.cpp 80826 2008-03-04 14:51:23Z wotte $")
7 #if !defined (ACE_HAS_INLINED_OSCALLS)
8 # include "ace/OS_NS_signal.inl"
9 #endif /* ACE_HAS_INLINED_OSCALLS */
11 #if !defined (ACE_HAS_SIGINFO_T)
12 siginfo_t::siginfo_t (ACE_HANDLE handle)
13 : si_handle_ (handle),
14 si_handles_ (&handle)
18 siginfo_t::siginfo_t (ACE_HANDLE *handles)
19 : si_handle_ (handles[0]),
20 si_handles_ (handles)
23 #endif /* ACE_HAS_SIGINFO_T */
25 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
26 ACE_END_VERSIONED_NAMESPACE_DECL