diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-17 00:05:25 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-17 00:05:25 +0000 |
commit | 5ef00ec9dfb77908c973f2af5e85dbe98e5c3035 (patch) | |
tree | 1236f3228d50d3113989266cbb8e4a5efb18eca4 /TAO/tao/Sequence_T.h | |
parent | 32cd9421c43459632ca0825419157434ced7c40a (diff) | |
download | ATCD-5ef00ec9dfb77908c973f2af5e85dbe98e5c3035.tar.gz |
Cosmetic changes and comment.
Diffstat (limited to 'TAO/tao/Sequence_T.h')
-rw-r--r-- | TAO/tao/Sequence_T.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/Sequence_T.h b/TAO/tao/Sequence_T.h index 708be63961e..34b0247e5a3 100644 --- a/TAO/tao/Sequence_T.h +++ b/TAO/tao/Sequence_T.h @@ -297,7 +297,9 @@ public: operator T *&(); // Cast. - operator const T_var () const; + operator const T_var() const; + // Cast (read-only) so that assignment from a structured + // type to a T_var will make a copy. T *in (void) const; // for in parameter. |