summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/complex_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/tests/Param_Test/complex_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/tests/Param_Test/complex_any.h')
-rw-r--r--TAO/tests/Param_Test/complex_any.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Param_Test/complex_any.h b/TAO/tests/Param_Test/complex_any.h
index 0637a5647e9..8ad9e40be77 100644
--- a/TAO/tests/Param_Test/complex_any.h
+++ b/TAO/tests/Param_Test/complex_any.h
@@ -34,14 +34,14 @@ public:
// dtor
int run_sii_test (Param_Test_ptr objref
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
// run the SII test
const char *opname (void) const;
// return operation name
int init_parameters (Param_Test_ptr objref
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
// set values for parameters
int reset_parameters (void);
@@ -56,7 +56,7 @@ public:
void print_values (void);
// print all the values
- void dii_req_invoke (CORBA::Request * TAO_ENV_ARG_DECL_NOT_USED);
+ void dii_req_invoke (CORBA::Request * ACE_ENV_ARG_DECL_NOT_USED);
// invoke DII request with appropriate exception handling.
private: