summaryrefslogtreecommitdiff
path: root/TAO/tao/Any.i
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-05 02:09:19 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-05 02:09:19 +0000
commite13da7e14c34722a9863756ebe61da5144bed8ee (patch)
treec5a6f94959799313381c10a21e82bd4c6d4cf0b2 /TAO/tao/Any.i
parent8551ebb42f2733b01546375c063ffdf7c9522cb4 (diff)
downloadATCD-e13da7e14c34722a9863756ebe61da5144bed8ee.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 75bab296c4f..1000650365b 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, const CORBA::Any *&rhs)
{
return lhs.in () >>= rhs;
}