summaryrefslogtreecommitdiff
path: root/TAO/tao/Any.i
diff options
context:
space:
mode:
authorgokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-01 16:45:15 +0000
committergokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-01 16:45:15 +0000
commit34b2a7cfffc40610f7302bcbcdcda00014d78acf (patch)
treecea0bfac061965d465a76cfcc200961352b55e4c /TAO/tao/Any.i
parentc879635fe38a08076e303070eba03b05fcc8b1f6 (diff)
downloadATCD-34b2a7cfffc40610f7302bcbcdcda00014d78acf.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/Any.i')
-rw-r--r--TAO/tao/Any.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Any.i b/TAO/tao/Any.i
index 1e2b7563b50..ffd608e8551 100644
--- a/TAO/tao/Any.i
+++ b/TAO/tao/Any.i
@@ -284,13 +284,13 @@ CORBA_Any_out::CORBA_Any_out (CORBA_Any_var &s)
}
ACE_INLINE
-CORBA_Any_out::CORBA_Any_out (CORBA_Any_out &s)
+CORBA_Any_out::CORBA_Any_out (const CORBA_Any_out &s)
: ptr_ (s.ptr_)
{
}
ACE_INLINE CORBA_Any_out &
-CORBA_Any_out::operator= (CORBA_Any_out &s)
+CORBA_Any_out::operator= (const CORBA_Any_out &s)
{
this->ptr_ = s.ptr_;
return *this;