summaryrefslogtreecommitdiff
path: root/TAO/tao/Seq_Var_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Seq_Var_T.h')
-rw-r--r--TAO/tao/Seq_Var_T.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/TAO/tao/Seq_Var_T.h b/TAO/tao/Seq_Var_T.h
index 3ec1449d834..4d91492f547 100644
--- a/TAO/tao/Seq_Var_T.h
+++ b/TAO/tao/Seq_Var_T.h
@@ -61,8 +61,10 @@ public:
_out_type out (void);
_retn_type _retn (void);
- /// TAO extension.
- _retn_type ptr (void) const;
+ /// TAO extension.
+ _retn_type ptr (void) const;
+ operator T *& ();
+
protected:
T * ptr_;
};
@@ -120,9 +122,6 @@ public:
T_elem operator[] (CORBA::ULong index);
T_const_elem operator[] (CORBA::ULong index) const;
-
- /// Variable-size base types only.
- operator T *& ();
};
TAO_END_VERSIONED_NAMESPACE_DECL