00001 #ifndef COSDEVIO_H 00002 #define COSDEVIO_H 00003 00004 #include "baciDevIO.h" 00005 00006 class CosDevIO : public DevIO<CORBA::Double> 00007 { 00008 public: 00009 CORBA::Double read(ACS::Time & timestamp) throw (ACSErr::ACSbaseExImpl); 00010 }; 00011 00012 #endif