diff options
author | gokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-25 00:29:14 +0000 |
---|---|---|
committer | gokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-25 00:29:14 +0000 |
commit | 4deedecf23bdb495df8e382c096db49a9450ccc8 (patch) | |
tree | a5564c130f57583f64aa95bfc635cfcf59d64412 /TAO/tests/Param_Test/param_test_i.h | |
parent | a4918c0b97e70dfd719a44c97b23f6c6c1f27f26 (diff) | |
download | ATCD-4deedecf23bdb495df8e382c096db49a9450ccc8.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tests/Param_Test/param_test_i.h')
-rw-r--r-- | TAO/tests/Param_Test/param_test_i.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tests/Param_Test/param_test_i.h b/TAO/tests/Param_Test/param_test_i.h index 61a592d8368..4922bfa26d1 100644 --- a/TAO/tests/Param_Test/param_test_i.h +++ b/TAO/tests/Param_Test/param_test_i.h @@ -36,6 +36,12 @@ public: CORBA::Short_out s3, CORBA::Environment &env); // test for shorts + + virtual char *test_unbounded_string (const char *s1, + char *&s2, + CORBA::String_out s3, + CORBA::Environment &env); + // test for unbounded strings }; #endif /* if !defined */ |