summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-07-25 07:53:33 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-07-25 07:53:33 +0000
commit273e69998dd9a050b81e184caf8056cd955952f3 (patch)
treea52d5c28f0307a4a0296f5bbc1d63423fa64bae8
parent20633e1e0e5ccc75ead39f55f50f46c309270b09 (diff)
downloadATCD-273e69998dd9a050b81e184caf8056cd955952f3.tar.gz
Wed Jul 25 07:52:23 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-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 \