diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-16 23:42:29 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-16 23:42:29 +0000 |
commit | c72c9a6b3e53a7c327cad2f0cbfacff6825c3f1c (patch) | |
tree | 6787e27e73c7bd6e8af41945dff922b7da942a24 /TAO/tao/Sequence_T.h | |
parent | 2f7b9a40b05b8ef405d118430529b1c61dbebe76 (diff) | |
download | ATCD-c72c9a6b3e53a7c327cad2f0cbfacff6825c3f1c.tar.gz |
Added new cast operator to TAO_Object_Manager.
Diffstat (limited to 'TAO/tao/Sequence_T.h')
-rw-r--r-- | TAO/tao/Sequence_T.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Sequence_T.h b/TAO/tao/Sequence_T.h index 4755eb8a9be..708be63961e 100644 --- a/TAO/tao/Sequence_T.h +++ b/TAO/tao/Sequence_T.h @@ -297,6 +297,8 @@ public: operator T *&(); // Cast. + operator const T_var () const; + T *in (void) const; // for in parameter. |