summaryrefslogtreecommitdiff
path: root/TAO/tao/Any.h
diff options
context:
space:
mode:
authorokellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-29 20:21:11 +0000
committerokellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-29 20:21:11 +0000
commit15f9b16afed320b4e581b8f61fee7d7fbf1aa9a8 (patch)
treefd798ba5478a08b4b6f842cb8515ed9776861f5f /TAO/tao/Any.h
parent5e12d6686388ccadee1714b94ddee0cce6587bfd (diff)
downloadATCD-15f9b16afed320b4e581b8f61fee7d7fbf1aa9a8.tar.gz
ChangeLogTag:Tue Jan 29 21:09:12 2002 Oliver Kellogg <oliver.kellogg@sysde.eads.net>
Diffstat (limited to 'TAO/tao/Any.h')
-rw-r--r--TAO/tao/Any.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Any.h b/TAO/tao/Any.h
index 3d61cb26f42..5f745914290 100644
--- a/TAO/tao/Any.h
+++ b/TAO/tao/Any.h
@@ -283,7 +283,7 @@ public:
/// For use along with <<= of a value of aliased type when the alias must
/// be preserved.
void type (CORBA::TypeCode_ptr type
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
/**
* Returns 0 if the Any has not been assigned a value, following the
@@ -334,11 +334,11 @@ public:
/// Encode the contents of the Any into <cdr>
void _tao_encode (TAO_OutputCDR &cdr,
TAO_ORB_Core *orb_core
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
/// Decode the <cdr> using the typecode in the Any object.
void _tao_decode (TAO_InputCDR &cdr
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
#if !defined(__GNUC__) || __GNUC__ > 2 || __GNUC_MINOR__ >= 8
typedef CORBA_Any_ptr _ptr_type;