summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile.am2
2 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 77882d781d6..d7a8f41dfba 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul 25 07:52:23 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * orbsvcs/orbsvcs/Makefile.am:
+ Added new UIPMC_Mcast_Connection_Handler files
+
Wed Jul 25 07:50:23 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/POA/Adapter_Activator/run_test.pl:
diff --git a/TAO/orbsvcs/orbsvcs/Makefile.am b/TAO/orbsvcs/orbsvcs/Makefile.am
index 8f0539d3cde..f9788fc6b35 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile.am
+++ b/TAO/orbsvcs/orbsvcs/Makefile.am
@@ -1381,6 +1381,7 @@ libTAO_PortableGroup_la_SOURCES = \
PortableGroup/UIPMC_Connector.cpp \
PortableGroup/UIPMC_Endpoint.cpp \
PortableGroup/UIPMC_Factory.cpp \
+ PortableGroup/UIPMC_Mcast_Connection_Handler.cpp \
PortableGroup/UIPMC_Message_Block_Data_Iterator.cpp \
PortableGroup/UIPMC_Profile.cpp \
PortableGroup/UIPMC_Transport.cpp \
@@ -1446,6 +1447,7 @@ nobase_include_HEADERS += \
PortableGroup/UIPMC_Endpoint.h \
PortableGroup/UIPMC_Endpoint.inl \
PortableGroup/UIPMC_Factory.h \
+ PortableGroup/UIPMC_Mcast_Connection_Handler.h \
PortableGroup/UIPMC_Message_Block_Data_Iterator.h \
PortableGroup/UIPMC_Profile.h \
PortableGroup/UIPMC_Transport.h \