summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog45
-rw-r--r--ChangeLogs/ChangeLog-02a45
-rw-r--r--ChangeLogs/ChangeLog-03a45
-rw-r--r--ace/RMCast/RMCast_Copy_On_Write.h4
-rw-r--r--protocols/ace/RMCast/RMCast_Copy_On_Write.h4
5 files changed, 82 insertions, 61 deletions
diff --git a/ChangeLog b/ChangeLog
index da35b78be99..46b04a9abb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,23 @@
+Thu Oct 19 09:07:47 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * ace/RMCast/RMCast_Copy_On_Write.h:
+ Fixed problem in 'friend' declaration, most compilers let it go
+ through, but not the newer gcc snapshots. Thanks to Craig
+ Rodrigues <crodrigu@bbn.com> for providing this patch.
+
Wed Oct 18 15:44:14 2000 Luther J Baker <luther@cs.wustl.edu>
- * OS.h:
- * OS.i:
- * OS.cpp:
+ * OS.h:
+ * OS.i:
+ * OS.cpp:
- Modifications to sem_open debugging ACE_HAS_PACE over NT.
+ Modifications to sem_open debugging ACE_HAS_PACE over NT.
Wed Oct 18 09:45:12 2000 Balachandran Natarajan <bala@cs.wustl.edu>
- * ace/Cached_Connect_Strategy_T.h :
- * ace/Cached_Connect_Strategy_T.cpp: Added some fixes provided by
- Edan Ayal <edana@bandwiz.com>.
+ * ace/Cached_Connect_Strategy_T.h :
+ * ace/Cached_Connect_Strategy_T.cpp: Added some fixes provided by
+ Edan Ayal <edana@bandwiz.com>.
Tue Oct 17 23:35:33 2000 David L. Levine <levine@cs.wustl.edu>
@@ -23,18 +30,18 @@ Tue Oct 17 23:35:33 2000 David L. Levine <levine@cs.wustl.edu>
Tue Oct 17 00:21:41 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
- * examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h,
- examples/Service_Configurator/IPC-tests/server/Handle_Timeout.i,
- examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.h,
- examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.i,
- examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h,
- examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.i,
- examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h,
- examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.i,
- examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h,
- examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i:
- Changed *::get_handle(), *::handle_input(), and *::handle_close() to
- use ACE_HANDLE and ACE_INVALID_HANDLE instead of int and -1.
+ * examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h,
+ examples/Service_Configurator/IPC-tests/server/Handle_Timeout.i,
+ examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.h,
+ examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.i,
+ examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h,
+ examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.i,
+ examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h,
+ examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.i,
+ examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h,
+ examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i:
+ Changed *::get_handle(), *::handle_input(), and *::handle_close() to
+ use ACE_HANDLE and ACE_INVALID_HANDLE instead of int and -1.
Mon Oct 16 14:05:13 2000 David L. Levine <levine@cs.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index da35b78be99..46b04a9abb0 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,16 +1,23 @@
+Thu Oct 19 09:07:47 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * ace/RMCast/RMCast_Copy_On_Write.h:
+ Fixed problem in 'friend' declaration, most compilers let it go
+ through, but not the newer gcc snapshots. Thanks to Craig
+ Rodrigues <crodrigu@bbn.com> for providing this patch.
+
Wed Oct 18 15:44:14 2000 Luther J Baker <luther@cs.wustl.edu>
- * OS.h:
- * OS.i:
- * OS.cpp:
+ * OS.h:
+ * OS.i:
+ * OS.cpp:
- Modifications to sem_open debugging ACE_HAS_PACE over NT.
+ Modifications to sem_open debugging ACE_HAS_PACE over NT.
Wed Oct 18 09:45:12 2000 Balachandran Natarajan <bala@cs.wustl.edu>
- * ace/Cached_Connect_Strategy_T.h :
- * ace/Cached_Connect_Strategy_T.cpp: Added some fixes provided by
- Edan Ayal <edana@bandwiz.com>.
+ * ace/Cached_Connect_Strategy_T.h :
+ * ace/Cached_Connect_Strategy_T.cpp: Added some fixes provided by
+ Edan Ayal <edana@bandwiz.com>.
Tue Oct 17 23:35:33 2000 David L. Levine <levine@cs.wustl.edu>
@@ -23,18 +30,18 @@ Tue Oct 17 23:35:33 2000 David L. Levine <levine@cs.wustl.edu>
Tue Oct 17 00:21:41 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
- * examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h,
- examples/Service_Configurator/IPC-tests/server/Handle_Timeout.i,
- examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.h,
- examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.i,
- examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h,
- examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.i,
- examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h,
- examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.i,
- examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h,
- examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i:
- Changed *::get_handle(), *::handle_input(), and *::handle_close() to
- use ACE_HANDLE and ACE_INVALID_HANDLE instead of int and -1.
+ * examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h,
+ examples/Service_Configurator/IPC-tests/server/Handle_Timeout.i,
+ examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.h,
+ examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.i,
+ examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h,
+ examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.i,
+ examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h,
+ examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.i,
+ examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h,
+ examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i:
+ Changed *::get_handle(), *::handle_input(), and *::handle_close() to
+ use ACE_HANDLE and ACE_INVALID_HANDLE instead of int and -1.
Mon Oct 16 14:05:13 2000 David L. Levine <levine@cs.wustl.edu>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index da35b78be99..46b04a9abb0 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,16 +1,23 @@
+Thu Oct 19 09:07:47 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * ace/RMCast/RMCast_Copy_On_Write.h:
+ Fixed problem in 'friend' declaration, most compilers let it go
+ through, but not the newer gcc snapshots. Thanks to Craig
+ Rodrigues <crodrigu@bbn.com> for providing this patch.
+
Wed Oct 18 15:44:14 2000 Luther J Baker <luther@cs.wustl.edu>
- * OS.h:
- * OS.i:
- * OS.cpp:
+ * OS.h:
+ * OS.i:
+ * OS.cpp:
- Modifications to sem_open debugging ACE_HAS_PACE over NT.
+ Modifications to sem_open debugging ACE_HAS_PACE over NT.
Wed Oct 18 09:45:12 2000 Balachandran Natarajan <bala@cs.wustl.edu>
- * ace/Cached_Connect_Strategy_T.h :
- * ace/Cached_Connect_Strategy_T.cpp: Added some fixes provided by
- Edan Ayal <edana@bandwiz.com>.
+ * ace/Cached_Connect_Strategy_T.h :
+ * ace/Cached_Connect_Strategy_T.cpp: Added some fixes provided by
+ Edan Ayal <edana@bandwiz.com>.
Tue Oct 17 23:35:33 2000 David L. Levine <levine@cs.wustl.edu>
@@ -23,18 +30,18 @@ Tue Oct 17 23:35:33 2000 David L. Levine <levine@cs.wustl.edu>
Tue Oct 17 00:21:41 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
- * examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h,
- examples/Service_Configurator/IPC-tests/server/Handle_Timeout.i,
- examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.h,
- examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.i,
- examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h,
- examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.i,
- examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h,
- examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.i,
- examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h,
- examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i:
- Changed *::get_handle(), *::handle_input(), and *::handle_close() to
- use ACE_HANDLE and ACE_INVALID_HANDLE instead of int and -1.
+ * examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h,
+ examples/Service_Configurator/IPC-tests/server/Handle_Timeout.i,
+ examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.h,
+ examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.i,
+ examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h,
+ examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.i,
+ examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h,
+ examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.i,
+ examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h,
+ examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.i:
+ Changed *::get_handle(), *::handle_input(), and *::handle_close() to
+ use ACE_HANDLE and ACE_INVALID_HANDLE instead of int and -1.
Mon Oct 16 14:05:13 2000 David L. Levine <levine@cs.wustl.edu>
diff --git a/ace/RMCast/RMCast_Copy_On_Write.h b/ace/RMCast/RMCast_Copy_On_Write.h
index 605970c7c85..5efac63e80f 100644
--- a/ace/RMCast/RMCast_Copy_On_Write.h
+++ b/ace/RMCast/RMCast_Copy_On_Write.h
@@ -49,10 +49,10 @@ public:
ACE_RMCast_Copy_On_Write_Container (void);
//! Let the Write_Guard access the internal fields.
- friend ACE_RMCast_Copy_On_Write_Write_Guard<COLLECTION,ITERATOR>;
+ friend class ACE_RMCast_Copy_On_Write_Write_Guard<COLLECTION,ITERATOR>;
//! Let the Read_Guard access the internal fields.
- friend ACE_RMCast_Copy_On_Write_Read_Guard<COLLECTION,ITERATOR>;
+ friend class ACE_RMCast_Copy_On_Write_Read_Guard<COLLECTION,ITERATOR>;
//! A shorter name for the actual collection type
typedef ACE_RMCast_Copy_On_Write_Collection<COLLECTION,ITERATOR> Collection;
diff --git a/protocols/ace/RMCast/RMCast_Copy_On_Write.h b/protocols/ace/RMCast/RMCast_Copy_On_Write.h
index 605970c7c85..5efac63e80f 100644
--- a/protocols/ace/RMCast/RMCast_Copy_On_Write.h
+++ b/protocols/ace/RMCast/RMCast_Copy_On_Write.h
@@ -49,10 +49,10 @@ public:
ACE_RMCast_Copy_On_Write_Container (void);
//! Let the Write_Guard access the internal fields.
- friend ACE_RMCast_Copy_On_Write_Write_Guard<COLLECTION,ITERATOR>;
+ friend class ACE_RMCast_Copy_On_Write_Write_Guard<COLLECTION,ITERATOR>;
//! Let the Read_Guard access the internal fields.
- friend ACE_RMCast_Copy_On_Write_Read_Guard<COLLECTION,ITERATOR>;
+ friend class ACE_RMCast_Copy_On_Write_Read_Guard<COLLECTION,ITERATOR>;
//! A shorter name for the actual collection type
typedef ACE_RMCast_Copy_On_Write_Collection<COLLECTION,ITERATOR> Collection;