summaryrefslogtreecommitdiff
path: root/TAO/tao/Any.i
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-05 02:00:05 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-05 02:00:05 +0000
commit8551ebb42f2733b01546375c063ffdf7c9522cb4 (patch)
tree4c63adbcd4ad7a80f03e05f803ef4ac5b54d8311 /TAO/tao/Any.i
parent946ba00c6cf144707cc6f059f6693eacbea93854 (diff)
downloadATCD-8551ebb42f2733b01546375c063ffdf7c9522cb4.tar.gz
ChangeLogTag: Fri Apr 4 19:46:27 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Any.i')
-rw-r--r--TAO/tao/Any.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Any.i b/TAO/tao/Any.i
index 88586c64431..75bab296c4f 100644
--- a/TAO/tao/Any.i
+++ b/TAO/tao/Any.i
@@ -250,7 +250,7 @@ operator >>= (const CORBA::Any_var &lhs, CORBA::Double &rhs)
}
ACE_INLINE CORBA::Boolean
-operator >>= (const CORBA::Any_var &lhs, CORBA::Any &rhs)
+operator >>= (const CORBA::Any_var &lhs, CORBA::Any *&rhs)
{
return lhs.in () >>= rhs;
}