summaryrefslogtreecommitdiff
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
commit5b5a9522c721e08e51617c975aee2db9934e498f (patch)
treec5a6f94959799313381c10a21e82bd4c6d4cf0b2
parent7b03323f3ce6b430f20b1795a7bdc996ced97a28 (diff)
downloadATCD-5b5a9522c721e08e51617c975aee2db9934e498f.tar.gz
ChangeLogTag: Fri Apr 4 19:46:27 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-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;
}