diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-12-12 23:59:21 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-12-12 23:59:21 +0000 |
commit | 21f9c5df022534b05d9c04497efbe47e4aa27bfa (patch) | |
tree | 3fb4f127fed002608726bcbe9d4e0a825758c18f /TAO/tao/Any.cpp | |
parent | 5792ec1e43d35dd3b428ade674381717de1b02dd (diff) | |
download | ATCD-21f9c5df022534b05d9c04497efbe47e4aa27bfa.tar.gz |
ChangeLogTag: Thu Dec 12 17:24:41 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Any.cpp')
-rw-r--r-- | TAO/tao/Any.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Any.cpp b/TAO/tao/Any.cpp index 09660894cf7..d6308298b4d 100644 --- a/TAO/tao/Any.cpp +++ b/TAO/tao/Any.cpp @@ -914,7 +914,7 @@ operator>>= (const CORBA::Any &any, CORBA::TypeCode_ptr &tc) { return TAO::Any_Impl_T<CORBA::TypeCode>::extract ( any, - CORBA::TypeCode::_tao_any_destructor, + CORBA_TypeCode::_tao_any_destructor, CORBA::_tc_TypeCode, tc ); |