From b3cf33714311b25f374770a27e8037a83f144d15 Mon Sep 17 00:00:00 2001 From: Gwenaelle Abeille <gwenaelle.abeille@synchrotron-soleil.fr> Date: Wed, 9 Feb 2005 08:47:43 +0000 Subject: [PATCH] changes to compil with gcc. --- src/ADLinkContinuousAO.h | 4 ++-- src/main.cpp | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/ADLinkContinuousAO.h b/src/ADLinkContinuousAO.h index e273b5b..64e228e 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 f917a03..9876982 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> -- GitLab