summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-04 19:51:41 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-04 19:51:41 +0000
commit6d1d0ce5624ac3336bd603e1fbb015c405fe2379 (patch)
tree729d4075e7381ea72a2795caded3bd0b1a6e7a5d /TAO/tao
parentd32d8471c4424d55dda3d117f92001f6e6cd6d83 (diff)
downloadATCD-6d1d0ce5624ac3336bd603e1fbb015c405fe2379.tar.gz
ChangeLogTag:Sun Oct 4 15:40:05 1998 Balachandra Natarajan
<bala@lambada.cs.wustl.edu>
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/Any.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Any.cpp b/TAO/tao/Any.cpp
index 0ae2faa49bd..a299d50368a 100644
--- a/TAO/tao/Any.cpp
+++ b/TAO/tao/Any.cpp
@@ -576,7 +576,7 @@ CORBA_Any::operator>>= (CORBA::TypeCode_ptr &tc) const
== CORBA::TypeCode::TRAVERSE_CONTINUE) ? 1 : 0;
if (flag)
{
- TypeCode_ptr *tmp = new TypeCode_ptr;
+ CORBA::TypeCode_ptr *tmp = new CORBA::TypeCode_ptr;
*tmp = tc;
ACE_const_cast(CORBA_Any*,this)->value_ = tmp;
}