diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-23 09:49:13 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-23 09:49:13 +0000 |
commit | e46d44028425a5bb26b2ed2806cfc2daa9b9910a (patch) | |
tree | 17ced2799edf936658350f50a6da10ccfbb4c301 /TAO/tests/Param_Test/bd_long_seq.cpp | |
parent | f54b73275542023f8453dbb4f6467c6d9e2038e3 (diff) | |
download | ATCD-e46d44028425a5bb26b2ed2806cfc2daa9b9910a.tar.gz |
Added dii_req_invoke method.
Diffstat (limited to 'TAO/tests/Param_Test/bd_long_seq.cpp')
-rw-r--r-- | TAO/tests/Param_Test/bd_long_seq.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tests/Param_Test/bd_long_seq.cpp b/TAO/tests/Param_Test/bd_long_seq.cpp index ca882239111..7f728049d8a 100644 --- a/TAO/tests/Param_Test/bd_long_seq.cpp +++ b/TAO/tests/Param_Test/bd_long_seq.cpp @@ -46,6 +46,12 @@ Test_Bounded_Long_Sequence::opname (void) const return this->opname_; } +void +Test_Bounded_Long_Sequence::dii_req_invoke (CORBA::Request *req) +{ + req->invoke (); +} + int Test_Bounded_Long_Sequence::init_parameters (Param_Test_ptr objref, CORBA::Environment &env) |