#ifndef SINDEVIO_H #define SINDEVIO_H #include "baciDevIO.h" class SinDevIO : public DevIO { public: CORBA::Float read(ACS::Time & timestamp) throw (ACSErr::ACSbaseExImpl); }; #endif