diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-25 18:17:52 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-25 18:17:52 +0000 |
commit | 2ee7b7eed4c0cc10f4ec25b186b04202af01b565 (patch) | |
tree | 08a8a649c90559cf5b2228c1caad15515902613e /TAO/tests/Param_Test/bd_short_seq.h | |
parent | c979767a00db4ea1299af482033a68829cc16675 (diff) | |
download | ATCD-2ee7b7eed4c0cc10f4ec25b186b04202af01b565.tar.gz |
ChangeLogTag: Thu Jan 25 17:39:59 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tests/Param_Test/bd_short_seq.h')
-rw-r--r-- | TAO/tests/Param_Test/bd_short_seq.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/tests/Param_Test/bd_short_seq.h b/TAO/tests/Param_Test/bd_short_seq.h index 78f402b4f63..9794e21de32 100644 --- a/TAO/tests/Param_Test/bd_short_seq.h +++ b/TAO/tests/Param_Test/bd_short_seq.h @@ -34,15 +34,13 @@ public: ~Test_Bounded_Short_Sequence (void); // dtor - int run_sii_test (Param_Test_ptr objref - ACE_ENV_ARG_DECL); + int run_sii_test (Param_Test_ptr objref); // run the SII test const char *opname (void) const; // return operation name - int init_parameters (Param_Test_ptr objref - ACE_ENV_ARG_DECL); + int init_parameters (Param_Test_ptr objref); // set values for parameters int reset_parameters (void); @@ -57,7 +55,7 @@ public: void print_values (void); // print all the values - void dii_req_invoke (CORBA::Request * ACE_ENV_ARG_DECL_NOT_USED); + void dii_req_invoke (CORBA::Request *); // invoke DII request with appropriate exception handling. private: |