diff options
Diffstat (limited to 'TAO/tao/Sequence_T.h')
-rw-r--r-- | TAO/tao/Sequence_T.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Sequence_T.h b/TAO/tao/Sequence_T.h index 14560d732be..9a5601ae42b 100644 --- a/TAO/tao/Sequence_T.h +++ b/TAO/tao/Sequence_T.h @@ -68,9 +68,9 @@ public: static void freebuf (T *); // Free the sequence. - // @@ What do these methods do? (i.e., please add comments). virtual void _allocate_buffer (CORBA::ULong length); virtual void _deallocate_buffer (void); + // Implement the TAO_Base_Sequence methods (see Sequence.h) // = orbos/98-01-11 proposed extensions. T *get_buffer (CORBA::Boolean orphan = CORBA::B_FALSE); |