Skip to content
Snippets Groups Projects
Commit b3cf3371 authored by Gwenaelle ABEILLE's avatar Gwenaelle ABEILLE
Browse files

changes to compil with gcc.

parent bef4f32d
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
//DEPENDENCIES
//============================================================
#include <asl/ContinuousAO.h>
#include <Tango.h>
#include <tango.h>
class ADLinkContinuousAO: public asl::ContinuousAO, public Tango::LogAdapter
{
......
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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment