summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLogs/ChangeLog-02a4
-rw-r--r--ChangeLogs/ChangeLog-03a4
-rw-r--r--ace/RMCast/RMCast_IO_UDP.cpp1
-rw-r--r--protocols/ace/RMCast/RMCast_IO_UDP.cpp1
5 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 791529791bc..39980dd0b6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jun 24 12:07:00 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
+
+ * ace/RMCast/RMCast_IO_UDP.cpp: Remove ACE_SOCK_Dgram_Ex template instantiation.
+
Mon Jun 24 03:26:10 2002 Krishnakumar B <kitty@cs.wustl.edu>
* ACEXML/common/AttributesImpl.cpp(isDuplicate):
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 791529791bc..39980dd0b6a 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,7 @@
+Mon Jun 24 12:07:00 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
+
+ * ace/RMCast/RMCast_IO_UDP.cpp: Remove ACE_SOCK_Dgram_Ex template instantiation.
+
Mon Jun 24 03:26:10 2002 Krishnakumar B <kitty@cs.wustl.edu>
* ACEXML/common/AttributesImpl.cpp(isDuplicate):
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 791529791bc..39980dd0b6a 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,7 @@
+Mon Jun 24 12:07:00 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
+
+ * ace/RMCast/RMCast_IO_UDP.cpp: Remove ACE_SOCK_Dgram_Ex template instantiation.
+
Mon Jun 24 03:26:10 2002 Krishnakumar B <kitty@cs.wustl.edu>
* ACEXML/common/AttributesImpl.cpp(isDuplicate):
diff --git a/ace/RMCast/RMCast_IO_UDP.cpp b/ace/RMCast/RMCast_IO_UDP.cpp
index 118b0d23cf8..7d2e093f44c 100644
--- a/ace/RMCast/RMCast_IO_UDP.cpp
+++ b/ace/RMCast/RMCast_IO_UDP.cpp
@@ -454,6 +454,5 @@ template class ACE_Hash_Map_Iterator_Base_Ex<ACE_INET_Addr,ACE_RMCast_UDP_Proxy*
template class ACE_Hash_Map_Entry<ACE_INET_Addr,ACE_RMCast_UDP_Proxy*>;
template class ACE_Equal_To<ACE_INET_Addr>;
template class ACE_Hash<ACE_INET_Addr>;
-template class ACE_SOCK_Dgram_Mcast_Ex<ACE_SDM_DEFOPT_LOCK>;
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
diff --git a/protocols/ace/RMCast/RMCast_IO_UDP.cpp b/protocols/ace/RMCast/RMCast_IO_UDP.cpp
index 118b0d23cf8..7d2e093f44c 100644
--- a/protocols/ace/RMCast/RMCast_IO_UDP.cpp
+++ b/protocols/ace/RMCast/RMCast_IO_UDP.cpp
@@ -454,6 +454,5 @@ template class ACE_Hash_Map_Iterator_Base_Ex<ACE_INET_Addr,ACE_RMCast_UDP_Proxy*
template class ACE_Hash_Map_Entry<ACE_INET_Addr,ACE_RMCast_UDP_Proxy*>;
template class ACE_Equal_To<ACE_INET_Addr>;
template class ACE_Hash<ACE_INET_Addr>;
-template class ACE_SOCK_Dgram_Mcast_Ex<ACE_SDM_DEFOPT_LOCK>;
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */