summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CIAO/ChangeLog6
-rw-r--r--CIAO/connectors/dds4ccm/impl/ndds/ndds.mpc2
2 files changed, 8 insertions, 0 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index ec615b3370e..4e1f63d78ff 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Mon Nov 1 11:48:16 UTC 2010 Marcel Smit <msmit@remedy.nl>
+
+ * connectors/dds4ccm/impl/ndds/ndds.mpc:
+ Temporary added Log_Macros. This will be changed into a separate
+ logging library for dds4ccm.
+
Mon Nov 1 11:45:17 UTC 2010 Marcel Smit <msmit@remedy.nl>
* connectors/dds4ccm/impl/ndds/Coherent_Changes_Guard.h:
diff --git a/CIAO/connectors/dds4ccm/impl/ndds/ndds.mpc b/CIAO/connectors/dds4ccm/impl/ndds/ndds.mpc
index fc9aa026ce2..045f94a86ad 100644
--- a/CIAO/connectors/dds4ccm/impl/ndds/ndds.mpc
+++ b/CIAO/connectors/dds4ccm/impl/ndds/ndds.mpc
@@ -6,6 +6,7 @@ project(CIAO_DDS4CCM_DDS_NDDS) : install, dds4ccm_skel, dds4ccm_lem_stub, taolib
macros += BUILDING_DDS_NDDS_LIB
Header_Files {
*.h
+ ../Log_Macros.h
ndds/*.h
}
@@ -20,5 +21,6 @@ project(CIAO_DDS4CCM_DDS_NDDS) : install, dds4ccm_skel, dds4ccm_lem_stub, taolib
DDSDomainParticipantListener.cpp
DomainParticipantManager.cpp
Coherent_Changes_Guard.cpp
+ ../Log_Macros.cpp
}
}