diff options
author | okellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-01-29 20:21:11 +0000 |
---|---|---|
committer | okellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-01-29 20:21:11 +0000 |
commit | 15f9b16afed320b4e581b8f61fee7d7fbf1aa9a8 (patch) | |
tree | fd798ba5478a08b4b6f842cb8515ed9776861f5f /TAO/tests/Param_Test/ub_str_seq.h | |
parent | 5e12d6686388ccadee1714b94ddee0cce6587bfd (diff) | |
download | ATCD-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/ub_str_seq.h')
-rw-r--r-- | TAO/tests/Param_Test/ub_str_seq.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Param_Test/ub_str_seq.h b/TAO/tests/Param_Test/ub_str_seq.h index 5193a92a113..78f9c6f60f2 100644 --- a/TAO/tests/Param_Test/ub_str_seq.h +++ b/TAO/tests/Param_Test/ub_str_seq.h @@ -35,14 +35,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); @@ -57,7 +57,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: |