Sig_Handler.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: Sig_Handler.inl 80826 2008-03-04 14:51:23Z wotte $
00004 
00005 ACE_INLINE
00006 ACE_Sig_Handler::ACE_Sig_Handler (void)
00007 {
00008 }
00009 
00010 ACE_INLINE int
00011 ACE_Sig_Handler::in_range (int signum)
00012 {
00013   ACE_TRACE ("ACE_Sig_Handler::in_range");
00014   return signum > 0 && signum < ACE_NSIG;
00015 }

Generated on Tue Feb 2 17:18:42 2010 for ACE by  doxygen 1.4.7