diff --git a/pom.xml b/pom.xml
index 4b3f47c41aa13a2f4d563da58aad143010d31c17..7203bb48dc0c60f29059ecacbcb32547b150a6c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
 
   <groupId>fr.soleil.device</groupId>
   <artifactId>RetrigAO-${aol}-${mode}</artifactId>
-  <version>1.0.6</version>
+  <version>1.0.7</version>
 
   <packaging>nar</packaging>
   <name>RetrigAO</name>
diff --git a/src/RetrigAO.h b/src/RetrigAO.h
index b12f15d82dafad6df908124deab0ad4fb0e7a087..15e97bbefa804be02b610f3cc15450666fdff6cc 100644
--- a/src/RetrigAO.h
+++ b/src/RetrigAO.h
@@ -6,11 +6,14 @@
 //
 // project :	Retriggered Continuous Anolog Output
 //
-// $Author: anoureddine $
+// $Author: vince_soleil $
 //
-// $Revision: 1.10 $
+// $Revision: 1.11 $
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.10  2010/03/11 11:10:25  anoureddine
+// deplace #include <tango.h> due to conflict between tang7/ACE
+//
 // Revision 1.9  2009/09/29 07:56:13  anoureddine
 // - Add BufferDepth property and use it to memorize bufferDepth attribute in order to keep compatibility wilth previous version
 // - call init_board() in stop() command
@@ -63,8 +66,8 @@
 //using namespace Tango;
 //class ADLinkContinuousAO;
 /**
- * @author	$Author: anoureddine $
- * @version	$Revision: 1.10 $ $
+ * @author	$Author: vince_soleil $
+ * @version	$Revision: 1.11 $ $
  */
 
  //	Add your own constants definitions here.
@@ -88,7 +91,7 @@ namespace RetrigAO_ns
  */
 
 
-class RetrigAO: public Tango::Device_3Impl
+class RetrigAO: public Tango::Device_4Impl
 {
 public :
 	//	Add your own data members here