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

OutputObject.h

Go to the documentation of this file.
00001 
00010 #ifndef __OUTPUTOBJECT_H__
00011 #define __OUTPUTOBJECT_H__
00012 
00013 #include "Network/vpf.h"
00014 
00016 
00019 class OutputObject
00020 {
00021 public:
00023     virtual void open() = 0;
00024     
00026     virtual void close()  = 0;
00027 
00033     virtual void write(vpf_packet &packet) = 0;
00034 };
00035 
00036 #endif /* __OUTPUTOBJECT_H__ */

Generated on Tue Oct 16 14:06:18 2001 for PuppetMaster by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001