Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

UnixEventRegistry.cxx

00001 /* $Header: /home/hopper/src/cvs/C++/UniEvent/UnixEventRegistry.cxx,v 1.2 2002/03/15 05:00:49 hopper Exp $ */
00002 
00003 // $Log: UnixEventRegistry.cxx,v $
00004 // Revision 1.2  2002/03/15 05:00:49  hopper
00005 // Added a couple of common static member variables that all subclasses
00006 // will need to share.
00007 //
00008 // Revision 1.1  2002/02/28 22:29:09  hopper
00009 // Initial version.  Just the .cxx stub for an interface.
00010 //
00011 
00012 #ifdef __GNUG__
00013 #  pragma implementation "UnixEventRegistry.h"
00014 #endif
00015 
00016 #include "UniEvent/UnixEventRegistry.h"
00017 
00018 namespace strmod {
00019 namespace unievent {
00020 
00021 const unsigned int UnixEventRegistry::max_handled_by_S;
00022 UnixEventRegistry *UnixEventRegistry::handled_by_S[max_handled_by_S] = {
00023    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
00024    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
00025    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
00026    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
00027    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
00028    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
00029    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
00030    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
00031 };
00032 
00033 } // namespace unievent
00034 } // namespace strmod

Generated on Wed Jan 29 00:32:45 2003 for libNet by doxygen1.3-rc1