summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-06 20:39:44 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-06 20:39:44 +0000
commit5709e9c724b6d4527bd1c4e7a7ab0e0ffb047ed0 (patch)
tree6fd6eacfd06683268b318360d07fa70e87e8b1ad
parent32fc7a0813452098eba0ba8217752313769a65a8 (diff)
downloadATCD-5709e9c724b6d4527bd1c4e7a7ab0e0ffb047ed0.tar.gz
Added comment for Any_var operator= (CORBA_Any_var).
-rw-r--r--TAO/tao/Any.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Any.h b/TAO/tao/Any.h
index 337f0c79685..f99148774a4 100644
--- a/TAO/tao/Any.h
+++ b/TAO/tao/Any.h
@@ -369,6 +369,9 @@ public:
CORBA_Any_var &operator= (const CORBA_Any_var &a);
// assignment from an Any_var
+ // This operation requires memory allocation.
+ // If the allocation fails, *this is returned
+ // unmodified.
CORBA_Any *operator-> (void);
// arrow operator (smart pointer)