CMS 3D CMS Logo

IOSelectSigFd.h

Go to the documentation of this file.
00001 #ifndef CLASSLIB_IOSELECT_SIG_FD_H
00002 # define CLASSLIB_IOSELECT_SIG_FD_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "IOSelectSig.h"
00007 # if HAVE_POSIX_RT_SIGNALS && HAVE_F_SETSIG && HAVE_F_SETAUXFL
00008 
00009 namespace lat {
00010 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00011 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00012 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00013 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00014 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00015 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00016 
00019 class IOSelectSigFd : public IOSelectBySig
00020 {
00021 public:
00022     // Attaching and detaching descriptors
00023     virtual void        attach   (const IOSelectRequest &req);
00024     virtual void        detach   (const IOSelectRequest &req);
00025 };
00026 
00027 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00028 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00029 
00030 } // namespace lat
00031 # endif // HAVE_POSIX_RT_SIGNALS && HAVE_F_SETSIG && HAVE_F_SETAUXFL
00032 #endif // CLASSLIB_IOSELECT_SIG_FD_H

Generated on Tue Jun 9 17:39:00 2009 for CMSSW by  doxygen 1.5.4