summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-04-18 18:55:41 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-04-18 18:55:41 +0000
commite9cfc0a86f162644c064f3b574ef6bae0596fb1c (patch)
treea1399965386a0061069c03dad4452130eacf0b42 /TAO/tao/Exception.cpp
parenta7888293f2961e6bbf193557d882c7871eea7c00 (diff)
downloadATCD-e9cfc0a86f162644c064f3b574ef6bae0596fb1c.tar.gz
ChangeLogTag:Mon Apr 18 11:50:08 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Exception.cpp')
-rw-r--r--TAO/tao/Exception.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Exception.cpp b/TAO/tao/Exception.cpp
index 198f202c493..41624d69765 100644
--- a/TAO/tao/Exception.cpp
+++ b/TAO/tao/Exception.cpp
@@ -91,7 +91,7 @@ CORBA::Exception::_name (void) const
}
CORBA::TypeCode_ptr
-CORBA::Exception::_type (void) const
+CORBA::Exception::_tao_type (void) const
{
return CORBA::TypeCode::_nil ();
}
@@ -240,7 +240,7 @@ operator<<= (CORBA::Any &any, const CORBA::Exception &exception)
TAO::Any_Dual_Impl_T<CORBA::Exception>::insert_copy (
any,
CORBA::Exception::_tao_any_destructor,
- exception._type (),
+ exception._tao_type (),
exception
);
}
@@ -252,7 +252,7 @@ operator<<= (CORBA::Any &any, CORBA::Exception *exception)
TAO::Any_Dual_Impl_T<CORBA::Exception>::insert (
any,
CORBA::Exception::_tao_any_destructor,
- exception->_type (),
+ exception->_tao_type (),
exception
);
}