summaryrefslogtreecommitdiff
path: root/TAO/tao/Seq_Var_T.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-18 19:08:17 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-18 19:08:17 +0000
commit153c8f30b9eb358e95f6a53afbfc9c1a334995d6 (patch)
tree9b230d0a4d6c73d275bbda0c44a20ea0b1f503f5 /TAO/tao/Seq_Var_T.h
parent44f98e267811d212163a163e09150d5d2920cda3 (diff)
downloadATCD-153c8f30b9eb358e95f6a53afbfc9c1a334995d6.tar.gz
ChangeLogTag: Wed Jun 18 14:01:37 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Seq_Var_T.h')
-rw-r--r--TAO/tao/Seq_Var_T.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Seq_Var_T.h b/TAO/tao/Seq_Var_T.h
index bef3486c7ec..2a0307580a5 100644
--- a/TAO/tao/Seq_Var_T.h
+++ b/TAO/tao/Seq_Var_T.h
@@ -39,9 +39,9 @@ public:
T *operator-> (void);
const T *operator-> (void) const;
- operator const T &() const;
- operator T &();
- operator T &() const;
+ operator const T & () const;
+ operator T & ();
+ operator T & () const;
// in, inout, out, _retn
const T & in (void) const;