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