#ifndef _io_FDasToOfflineEventConverter_h_ #define _io_FDasToOfflineEventConverter_h_ /** \file FDasToOfflineEventConverter.h \author Stefano Argiro' \version $Id$ \date 28 May 2003 */ static const char CVSId_io_FDasToOfflineEventConverter[] = "$Id$"; class TEyeEvent; namespace evt { class Event; } namespace fevt { class Eye; } namespace io { /** \class FDasToOfflineEventConverter \brief \author Stefano Argiro' \date 28 May 2003 \ingroup fdas */ void operator>>(const fevt::Eye& theEyeEvent, TEyeEvent& theData); void operator<<(evt::Event& theEvent, const TEyeEvent& theData); } #endif // Configure (x)emacs for this file ... // Local Variables: // mode: c++ // compile-command: "make -C .. -k" // End: