summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-19 16:09:32 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-19 16:09:32 +0000
commite9b7312c1f589ed142a9ba6c4341824351c1ed42 (patch)
tree98229b854dc8990d5791b829fcd28fb33b300b98 /protocols
parent751a4632d1d5ccf3950a9f6d7d8b1fd6e8c9388a (diff)
downloadATCD-e9b7312c1f589ed142a9ba6c4341824351c1ed42.tar.gz
ChangeLogTag:Thu Oct 19 09:07:47 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'protocols')
-rw-r--r--protocols/ace/RMCast/RMCast_Copy_On_Write.h4
1 files changed, 2 insertions, 2 deletions
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;