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

BeatListener.h

Go to the documentation of this file.
00001 
00010 #ifndef __BEATLISTENER_H__
00011 #define __BEATLISTENER_H__
00012 
00013 #include "NetListener.h"
00014 
00015 class BeatListener
00016 {
00017 public:
00018     BeatListener(int port);
00019     virtual ~BeatListener();
00020 
00021     bool Init();
00022     void Close();
00023     void Check();
00024 
00025 protected:
00026     NetListener *net;
00027 };
00028 
00029 #endif /* __BEATLISTENDER_H__ */

Generated on Mon Mar 4 08:42:22 2002 for Aria by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002