diff --git a/src/ADLinkContinuousAO.h b/src/ADLinkContinuousAO.h index e273b5bb18d61d964ea5ada668d8020304b840f8..64e228e6d0ea22477add874e31bcc84cf838bc29 100644 --- a/src/ADLinkContinuousAO.h +++ b/src/ADLinkContinuousAO.h @@ -4,7 +4,7 @@ //DEPENDENCIES //============================================================ #include <asl/ContinuousAO.h> -#include <Tango.h> +#include <tango.h> class ADLinkContinuousAO: public asl::ContinuousAO, public Tango::LogAdapter { @@ -36,4 +36,4 @@ public: private: ACE_Thread_Mutex data_lock_; }; -#endif // _ADLinkContinuousAO_H \ No newline at end of file +#endif // _ADLinkContinuousAO_H diff --git a/src/main.cpp b/src/main.cpp index f917a03d0cc2ffa8005330e4017aeb967ef09271..98769825811308b547badef903f00cf2f918bd7c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,4 @@ -static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/ADLINK/ContinuousAO/src/main.cpp,v 1.1.1.1 2004-12-06 10:20:44 syldup Exp $"; +static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/ADLINK/ContinuousAO/src/main.cpp,v 1.2 2005-02-09 08:47:43 abeilleg Exp $"; //+============================================================================= // // file : main.cpp @@ -10,11 +10,14 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/AD // // project : TANGO Device Server // -// $Author: syldup $ +// $Author: abeilleg $ // -// $Revision: 1.1.1.1 $ $ +// $Revision: 1.2 $ $ // // $Log: not supported by cvs2svn $ +// Revision 1.1.1.1 2004/12/06 10:20:44 syldup +// initial import +// // // copyleft : Synchrotron SOLEIL // L'Orme des Merisiers @@ -27,7 +30,7 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/AD // // (c) - Software Engineering Group - ESRF //============================================================================= -#include <ace\ACE.h> +#include <ace/ACE.h> #include <tango.h>