summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-02-28 08:58:07 +0000
committerboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-02-28 08:58:07 +0000
commit974bb355f5d37113e09cff42d119c7f50a6c92af (patch)
tree3df39a4628ac3c11d1ee8f03fffb050e1b59e8cd
parentc7cc36234effd4e19024ab8a82445f3088ee9e48 (diff)
downloadATCD-974bb355f5d37113e09cff42d119c7f50a6c92af.tar.gz
ChangeLogTag: Mon Feb 28 11:10:58 2005 Boris Kolpackov <boris@kolpackov.net>
-rw-r--r--ChangeLog9
-rw-r--r--protocols/ace/RMCast/Acknowledge.h2
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ef232c14862..a5334b14b9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+Mon Feb 28 11:10:58 2005 Boris Kolpackov <boris@kolpackov.net>
+
+ * protocols/ace/RMCast/Acknowledge.h: Made Acknowledge::Queue
+ a friend of Acknowledge. Hopefully this will help Sun C++ 5.4.
+
Sun Feb 27 08:51:23 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
- * ace/OS_NS_stdio.cpp (snprintf): Enhanced this function so
+ * ace/OS_NS_stdio.cpp (snprintf): Enhanced this function so
it terminates the string with a null char if it is *exactly* the
same length as the buffer. Thanks to Bruce MacDonald <brucemac
at netcomuk dot co dot uk> for reporting this and providing a
@@ -14,7 +19,7 @@ Fri Feb 25 18:46:33 2005 Steve Huston <shuston@riverace.com>
* ace/POSIX_Asynch_IO.cpp: Additional handle cleanups and checks
for ACE_POSIX_Asynch_Accept::close ().
-
+
Fri Feb 25 17:29:12 2005 Steve Huston <shuston@riverace.com>
* ace/config-hpux-11.00.h: Always set ACE_HAS_SVR4_DYNAMIC_LINKING.
diff --git a/protocols/ace/RMCast/Acknowledge.h b/protocols/ace/RMCast/Acknowledge.h
index 85c0cc9b0b6..ce99305d334 100644
--- a/protocols/ace/RMCast/Acknowledge.h
+++ b/protocols/ace/RMCast/Acknowledge.h
@@ -194,6 +194,8 @@ namespace ACE_RMCast
u64 sn_, max_sn_;
};
+ friend struct Acknowledge::Queue;
+
typedef
ACE_Hash_Map_Manager_Ex<Address,
Queue,