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

IOfileNull.h

Go to the documentation of this file.
00001 #ifndef IOfileNull_h
00002 #define IOfileNull_h
00003 
00004 #include "Event/IOfileVI.h"
00005 
00006 //-------------------------------
00008 
00011 //-------------------------------
00012 // JA Hernando, Santa Cruz, CA, 06/16/00
00013 //-------------------------------
00014 //##############################
00015 class IOfileNull : public IOfileVI
00016 //##############################
00017 {
00018 public:
00019 
00021         IOfileNull() {}
00023         virtual ~IOfileNull() {}
00024 
00026         virtual void open() {}
00028         virtual void close() {}
00029 };
00030 #endif

Generated at Fri Aug 18 12:57:38 2000 for centella framework by doxygen 1.1.3 written by Dimitri van Heesch, © 1997-2000