Files
azerothcore-wotlk/deps/acelite/ace/Sig_Handler.inl
Yehonal f06f32849f Directory Structure [step 1]: moving files
working on #672

NOTE: This commit can't be compiled!!
2017-10-12 20:00:52 +02:00

13 lines
214 B
C++

// -*- C++ -*-
ACE_INLINE
ACE_Sig_Handler::ACE_Sig_Handler (void)
{
}
ACE_INLINE int
ACE_Sig_Handler::in_range (int signum)
{
ACE_TRACE ("ACE_Sig_Handler::in_range");
return signum > 0 && signum < ACE_NSIG;
}