summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-04-14 12:23:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-04-14 12:23:41 +0000
commit043c3d39accf96084a41ca4608cfaf009a2cb14f (patch)
tree022a667119759549e686b8e20abb997a7531f25c
parent528658963246a18f86a21835aeae3ed853566708 (diff)
downloadATCD-043c3d39accf96084a41ca4608cfaf009a2cb14f.tar.gz
head fixes
-rw-r--r--CIAO/MPC/config/dds4ccm.mpb16
-rw-r--r--CIAO/MPC/config/dds4ccm_ts_default.mpb6
2 files changed, 14 insertions, 8 deletions
diff --git a/CIAO/MPC/config/dds4ccm.mpb b/CIAO/MPC/config/dds4ccm.mpb
index acbd6bee67b..a528d37fd97 100644
--- a/CIAO/MPC/config/dds4ccm.mpb
+++ b/CIAO/MPC/config/dds4ccm.mpb
@@ -20,14 +20,14 @@ feature(dds4ccm_splice) : taoidldefaults {
includes += $(CIAO_ROOT)/connectors/dds4ccm/idl
}
-feature(dds4ccm_coredx) : taoidldefaults, taolib {
- macros += CIAO_DDS4CCM_COREDX=1
- idlflags += -DCIAO_DDS4CCM_COREDX=1 \
- -Wb,dds_impl=coredx \
- -I $(CIAO_ROOT)/connectors \
- -I $(CIAO_ROOT)/connectors/dds4ccm/idl
- includes += $(CIAO_ROOT)/connectors/dds4ccm/idl
-}
+//feature(dds4ccm_coredx) : taoidldefaults, taolib {
+// macros += CIAO_DDS4CCM_COREDX=1
+// idlflags += -DCIAO_DDS4CCM_COREDX=1 \
+// -Wb,dds_impl=coredx \
+// -I $(CIAO_ROOT)/connectors \
+// -I $(CIAO_ROOT)/connectors/dds4ccm/idl
+// includes += $(CIAO_ROOT)/connectors/dds4ccm/idl
+//}
feature(dds4ccm_ndds) : ndds_idltocpp_stub {
}
diff --git a/CIAO/MPC/config/dds4ccm_ts_default.mpb b/CIAO/MPC/config/dds4ccm_ts_default.mpb
index 7c19f79b52a..a9d31b2b468 100644
--- a/CIAO/MPC/config/dds4ccm_ts_default.mpb
+++ b/CIAO/MPC/config/dds4ccm_ts_default.mpb
@@ -15,6 +15,12 @@ feature(dds4ccm_splice) : dds4ccm, splice_ts_defaults {
}
}
+//feature(dds4ccm_coredx) : dds4ccm, coredx_ts_defaults, coredxlib {
+// Define_Custom(DDSGenerator) : CoreDXTypeSupport {
+// keyword dds_ts_flags = commandflags
+// }
+//}
+
feature(dds4ccm_ndds) : dds4ccm, ndds_idltocpp_ts_defaults {
}