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 | 533f27433e02c64501450918576f1bbf66678f45 (patch) | |
tree | 17ced2799edf936658350f50a6da10ccfbb4c301 /TAO/tests/Param_Test/fixed_struct.h | |
parent | 32579274bd274033ccf8f88195e76a17ecf862cd (diff) | |
download | ATCD-533f27433e02c64501450918576f1bbf66678f45.tar.gz |
Added dii_req_invoke method.
Diffstat (limited to 'TAO/tests/Param_Test/fixed_struct.h')
-rw-r--r-- | TAO/tests/Param_Test/fixed_struct.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tests/Param_Test/fixed_struct.h b/TAO/tests/Param_Test/fixed_struct.h index b997a672ea6..aafd6a5e760 100644 --- a/TAO/tests/Param_Test/fixed_struct.h +++ b/TAO/tests/Param_Test/fixed_struct.h @@ -61,6 +61,9 @@ public: void print_values (void); // print all the values + void dii_req_invoke (CORBA::Request *); + // invoke DII request with appropriate exception handling. + private: char *opname_; // operation name |