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 | 0f119ef09a769a3f94fa191828f68a24f900e1ea (patch) | |
tree | 98229b854dc8990d5791b829fcd28fb33b300b98 /protocols/ace/RMCast/RMCast_Copy_On_Write.h | |
parent | edd0704429a85851969469c5d6776491302247bf (diff) | |
download | ATCD-0f119ef09a769a3f94fa191828f68a24f900e1ea.tar.gz |
ChangeLogTag:Thu Oct 19 09:07:47 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'protocols/ace/RMCast/RMCast_Copy_On_Write.h')
-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; |