summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/param_test_i.h
diff options
context:
space:
mode:
authorgokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-25 00:29:14 +0000
committergokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-25 00:29:14 +0000
commit4deedecf23bdb495df8e382c096db49a9450ccc8 (patch)
treea5564c130f57583f64aa95bfc635cfcf59d64412 /TAO/tests/Param_Test/param_test_i.h
parenta4918c0b97e70dfd719a44c97b23f6c6c1f27f26 (diff)
downloadATCD-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.h6
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 */