summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-06-17 12:56:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-06-17 12:56:44 +0000
commit19f6b5a173d85409661dfa85dfc80dbca0e4f716 (patch)
tree46cf2217d6f331bf3272cda96c2d8b212cddeb76
parent55827142dfa634d1add6cbc600e4b43181134703 (diff)
downloadATCD-19f6b5a173d85409661dfa85dfc80dbca0e4f716.tar.gz
Thu Jun 17 12:56:13 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* connectors/dds4ccm/idl/dds4ccm_Base.idl: * connectors/dds4ccm/idl/dds_rtf2_dcps_instance_handle.idl: Use full path for the include
-rw-r--r--CIAO/ChangeLog6
-rw-r--r--CIAO/connectors/dds4ccm/idl/dds4ccm_Base.idl2
-rw-r--r--CIAO/connectors/dds4ccm/idl/dds_rtf2_dcps_instance_handle.idl2
3 files changed, 8 insertions, 2 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index ab11646c668..09f8cf3c043 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jun 17 12:56:13 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * connectors/dds4ccm/idl/dds4ccm_Base.idl:
+ * connectors/dds4ccm/idl/dds_rtf2_dcps_instance_handle.idl:
+ Use full path for the include
+
Thu Jun 17 12:41:54 UTC 2010 Marcel Smit <msmit@remedy.nl>
* connectors/dds4ccm/tutorials/Shapes/Tutorial/general.html:
diff --git a/CIAO/connectors/dds4ccm/idl/dds4ccm_Base.idl b/CIAO/connectors/dds4ccm/idl/dds4ccm_Base.idl
index 1d3fb46061e..1136ceaf27f 100644
--- a/CIAO/connectors/dds4ccm/idl/dds4ccm_Base.idl
+++ b/CIAO/connectors/dds4ccm/idl/dds4ccm_Base.idl
@@ -7,7 +7,7 @@
#ifndef DDS4CCM_BASE_IDL3
#define DDS4CCM_BASE_IDL3
-#include "dds_rtf2_dcps.idl"
+#include "connectors/dds4ccm/idl/dds_rtf2_dcps.idl"
#pragma ciao lem "connectors/dds4ccm/idl/dds4ccm_BaseE.idl"
diff --git a/CIAO/connectors/dds4ccm/idl/dds_rtf2_dcps_instance_handle.idl b/CIAO/connectors/dds4ccm/idl/dds_rtf2_dcps_instance_handle.idl
index 071310bdfa6..f6980d554b5 100644
--- a/CIAO/connectors/dds4ccm/idl/dds_rtf2_dcps_instance_handle.idl
+++ b/CIAO/connectors/dds4ccm/idl/dds_rtf2_dcps_instance_handle.idl
@@ -5,7 +5,7 @@
#if (CIAO_DDS4CCM_NDDS==1)
-#include "dds_rtf2_dcps_i_handle.idl"
+#include "connectors/dds4ccm/idl/dds_rtf2_dcps_i_handle.idl"
module DDS {
native HANDLE_NIL;