summaryrefslogtreecommitdiff
path: root/TAO/tao/VarOut_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/VarOut_T.h')
-rw-r--r--TAO/tao/VarOut_T.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/VarOut_T.h b/TAO/tao/VarOut_T.h
index c1608cab33a..fd3f1f4f041 100644
--- a/TAO/tao/VarOut_T.h
+++ b/TAO/tao/VarOut_T.h
@@ -54,6 +54,7 @@ public:
// TAO extension.
T * ptr (void) const;
+ operator T *& ();
protected:
T * ptr_;
@@ -113,9 +114,6 @@ public:
TAO_Var_Var_T & operator= (T *);
TAO_Var_Var_T & operator= (const TAO_Var_Var_T<T> &);
- // Variable size types only.
- operator T *& ();
-
operator const T & () const;
operator T & ();
operator T & () const;