#include "EoaCore.hxx" #include "ICOMETEvent.hxx" #include "IVInputFile.hxx" COMET::ICOMETEvent* COMET::IVInputFile::FirstEvent() {throw COMET::EoaCore();} COMET::ICOMETEvent* COMET::IVInputFile::NextEvent(int skip) {throw COMET::EoaCore();} int COMET::IVInputFile::GetPosition() const {throw COMET::EoaCore();} bool COMET::IVInputFile::IsOpen() {throw COMET::EoaCore();} bool COMET::IVInputFile::EndOfFile() {throw COMET::EoaCore();} void COMET::IVInputFile::CloseFile() {throw COMET::EoaCore();} const char* COMET::IVInputFile::GetFilename() const {return "";}