Index: /trunk/lib/vci_ring_initiator/caba/source/include/vci_ring_initiator.h
===================================================================
--- /trunk/lib/vci_ring_initiator/caba/source/include/vci_ring_initiator.h	(revision 34)
+++ /trunk/lib/vci_ring_initiator/caba/source/include/vci_ring_initiator.h	(revision 35)
@@ -64,4 +64,6 @@
 //     (40)       (1)   (5)                     (34)                                    
 /////////////////////////////////////////////////////////////////////////////////////
+#ifndef SOCLIB_CABA_VCI_RING_INITIATOR_H
+#define SOCLIB_CABA_VCI_RING_INITIATOR_H
 
 #include "vci_target.h"
@@ -701,4 +703,5 @@
 
 }} // end namespace
-
-
+#endif // SOCLIB_CABA_VCI_RING_INITIATOR_H
+
+
Index: /trunk/lib/vci_ring_target/caba/source/include/vci_ring_target.h
===================================================================
--- /trunk/lib/vci_ring_target/caba/source/include/vci_ring_target.h	(revision 34)
+++ /trunk/lib/vci_ring_target/caba/source/include/vci_ring_target.h	(revision 35)
@@ -25,4 +25,7 @@
  * Copyright: UPMC - LIP6
  */
+#ifndef SOCLIB_CABA_VCI_RING_TARGET_H
+#define SOCLIB_CABA_VCI_RING_TARGET_H
+
 #include "vci_initiator.h"
 #include "generic_fifo.h"
@@ -788,4 +791,4 @@
 
 }} // end namespace
-
-
+#endif // SOCLIB_CABA_VCI_RING_TARGET_H
+
Index: /trunk/modules/half_gateway_initiator_2/caba/source/include/half_gateway_initiator_2.h
===================================================================
--- /trunk/modules/half_gateway_initiator_2/caba/source/include/half_gateway_initiator_2.h	(revision 34)
+++ /trunk/modules/half_gateway_initiator_2/caba/source/include/half_gateway_initiator_2.h	(revision 35)
@@ -23,4 +23,7 @@
  * Copyright: UPMC - LIP6
  */
+#ifndef SOCLIB_CABA_HALF_GATEWAY_INITIATOR_2_H
+#define SOCLIB_CABA_HALF_GATEWAY_INITIATOR_2_H
+
 #include <systemc>
 #include "caba_base_module.h"
@@ -434,3 +437,4 @@
 }} // end namespace
 
-
+#endif // SOCLIB_CABA_HALF_GATEWAY_INITIATOR_2_H
+
Index: /trunk/modules/half_gateway_target_2/caba/source/include/half_gateway_target_2.h
===================================================================
--- /trunk/modules/half_gateway_target_2/caba/source/include/half_gateway_target_2.h	(revision 34)
+++ /trunk/modules/half_gateway_target_2/caba/source/include/half_gateway_target_2.h	(revision 35)
@@ -25,4 +25,8 @@
  * Copyright: UPMC - LIP6
  */
+
+#ifndef SOCLIB_CABA_HALF_GATEWAY_TARGET_2_H
+#define SOCLIB_CABA_HALF_GATEWAY_TARGET_2_H
+
 #include <systemc>
 #include "vci_initiator.h"
@@ -197,4 +201,5 @@
 if( trace(sc_time_stamp()))
 std::cout << sc_time_stamp() << " -- " << m_name << " --  ring_rsp_fsm : DEFAULT " 
+          << " -- fifo_rsp_rok : " << m_rsp_fifo.rok()
           << " -- fifo_rsp_data : " << std::hex << m_rsp_fifo.read()
           << std::endl;
@@ -533,3 +538,3 @@
 }} // end namespace
 
-
+#endif // SOCLIB_CABA_HALF_GATEWAY_TARGET_2_H
