diff --git a/include/TangoGpibLink.h b/include/TangoGpibLink.h index fbe53b6a49bcf0c96efcbe0bd40c7b14a81d4fb4..1384f0e1e6829d32239676f315c544ed2c53d3d0 100644 --- a/include/TangoGpibLink.h +++ b/include/TangoGpibLink.h @@ -74,8 +74,8 @@ public : * * \throws Tango::DevFailed */ - bool SRQLineState (void); //- used to know if the integration cycle is done! - short readStatusByteRegister (void); //- device status byte register value on SRQ! + bool SRQLineState (void) throw (Tango::DevFailed); //- used to know if the integration cycle is done! + short readStatusByteRegister (void) throw (Tango::DevFailed); //- device status byte register value on SRQ! /** * \brief Clear a specific device (same as reset *RST). diff --git a/src/Makefile.linux b/src/Makefile.linux index f6143c06d3ec248fb15eaa6f19f72df1ecc9458c..ac6210465e5536f2d7a20373b805e57120c8f0a3 100644 --- a/src/Makefile.linux +++ b/src/Makefile.linux @@ -6,9 +6,13 @@ # # $Author: xavela $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # # $Log: not supported by cvs2svn $ +# Revision 1.4 2008/02/15 10:17:57 xavela +# xavier : +# - command abort added for SCPI Keithleys +# # Revision 1.3 2007/11/28 10:37:20 xavela # compile en MODE debug -> # modifier le(s) MakeFile ! @@ -48,7 +52,7 @@ # of a library with no Tango dependencies) # OUTPUT_TYPE = STATIC_LIB -RELEASE_TYPE = DEBUG +#RELEASE_TYPE = DEBUG #============================================================================= # OUTPUT_DIR is the directory which contains the build result. # if not set, the standard location is :