diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-12-08 21:59:30 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-12-08 21:59:30 +0000 |
commit | b11770b30f8b58d20fe2d61846bfa3fc5354ee7e (patch) | |
tree | 6939cf1ed0a80ce8a3224d33f3d23c0e1b9a517f /TAO/tests/Param_Test/recursive_union.h | |
parent | 8fd5b8293423d91c699711bce0f3551cb8c20a69 (diff) | |
download | ATCD-b11770b30f8b58d20fe2d61846bfa3fc5354ee7e.tar.gz |
Merged corba-env-clean branch.
Diffstat (limited to 'TAO/tests/Param_Test/recursive_union.h')
-rw-r--r-- | TAO/tests/Param_Test/recursive_union.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tests/Param_Test/recursive_union.h b/TAO/tests/Param_Test/recursive_union.h index 3dad5de6eaf..d7faea6fef3 100644 --- a/TAO/tests/Param_Test/recursive_union.h +++ b/TAO/tests/Param_Test/recursive_union.h @@ -35,15 +35,15 @@ public: ~Test_Recursive_Union (void); // dtor - int run_sii_test (Param_Test_ptr objref, - CORBA::Environment &env); + int run_sii_test (Param_Test_ptr objref + TAO_ENV_ARG_DECL); // run the SII test const char *opname (void) const; // return operation name - int init_parameters (Param_Test_ptr objref, - CORBA::Environment &env); + int init_parameters (Param_Test_ptr objref + TAO_ENV_ARG_DECL); // set values for parameters int reset_parameters (void); @@ -58,8 +58,8 @@ public: void print_values (void); // print all the values - void dii_req_invoke (CORBA::Request *, - CORBA::Environment &); + void dii_req_invoke (CORBA::Request * + TAO_ENV_ARG_DECL_NOT_USED); // invoke DII request with appropriate exception handling. private: |