diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-19 16:09:32 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-19 16:09:32 +0000 |
commit | e9b7312c1f589ed142a9ba6c4341824351c1ed42 (patch) | |
tree | 98229b854dc8990d5791b829fcd28fb33b300b98 /protocols | |
parent | 751a4632d1d5ccf3950a9f6d7d8b1fd6e8c9388a (diff) | |
download | ATCD-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.h | 4 |
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; |