summaryrefslogtreecommitdiff
path: root/TAO/tao/Objref_VarOut_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-08-19 10:41:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-08-19 10:41:44 +0000
commitf14bbf629e8aa93cf54c4cf918c7eb9368c3916e (patch)
tree466f129386797b1cc7fb99ee925e65255c8d7bbb /TAO/tao/Objref_VarOut_T.h
parent79e149799ccdd95cee25a98faa9eb8727ec33792 (diff)
downloadATCD-f14bbf629e8aa93cf54c4cf918c7eb9368c3916e.tar.gz
Thu Aug 19 10:11:41 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* docs/idltocpp0x/IDLC++0xRFP.odt: Updated draft * tao/LocalObject.h: * tao/LocalObject.inl: Removed TAO_Local_Refcounted_Object, it is deprecated for years now * tao/Objref_VarOut_T.h: Doxygen changes
Diffstat (limited to 'TAO/tao/Objref_VarOut_T.h')
-rw-r--r--TAO/tao/Objref_VarOut_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Objref_VarOut_T.h b/TAO/tao/Objref_VarOut_T.h
index 5f0f2679fe1..d0f4a49414d 100644
--- a/TAO/tao/Objref_VarOut_T.h
+++ b/TAO/tao/Objref_VarOut_T.h
@@ -59,7 +59,7 @@ public:
TAO_Objref_Var_T<T> & operator= (const TAO_Objref_Var_T<T> &);
T * operator-> (void) const;
- // Cast operators.
+ /// Cast operators.
operator T * const & () const;
operator T *& ();
@@ -74,7 +74,7 @@ public:
_out_type out (void);
_retn_type _retn (void);
- // TAO extension.
+ /// TAO extension.
_retn_type ptr (void) const;
protected: