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

Net_textmsg2evt.H

Go to the documentation of this file.
00001 #ifndef __NET_TEXTMSG2EVT_H__
00002 #define __NET_TEXTMSG2EVT_H__
00003 
00004 #include <dev/polled.H>
00005 
00006 class Net_textmsg2evt : public DEVpolled
00007 {
00008 protected:
00009  
00010 
00011 public:
00012   Net_textmsg2evt( Cstr_ptr &name = "Net_textmsg2evt" );
00013   virtual ~Net_textmsg2evt();
00014 
00015   void do_poll();
00016   void terminate();
00017   
00018  
00019 };
00020 
00021 
00022 #endif
00023 

Generated on Mon Sep 15 16:25:56 2003 for gluebase by doxygen1.2.18