summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/param_test_i.h
diff options
context:
space:
mode:
authormjb2 <mjb2@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-14 17:10:11 +0000
committermjb2 <mjb2@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-14 17:10:11 +0000
commit09890688b8fe714ecea6dbd43ef7814d7ab2c04d (patch)
treea4ce23ae277999ed918593cc2ee5bfb431fc335d /TAO/tests/Param_Test/param_test_i.h
parente86c066b2266c57d56ffc37ad2add9d1991a49d8 (diff)
downloadATCD-09890688b8fe714ecea6dbd43ef7814d7ab2c04d.tar.gz
See Wed Oct 14 12:05:37 1998 Matthew J Braun <mjb2@cec.wustl.edu>
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 57c8f77f789..806018ca5c7 100644
--- a/TAO/tests/Param_Test/param_test_i.h
+++ b/TAO/tests/Param_Test/param_test_i.h
@@ -132,6 +132,12 @@ public:
Param_Test::StructSeq_out s3,
CORBA::Environment &env
);
+ virtual Param_Test::PathSpec * test_unbounded_struct_sequence (
+ const Param_Test::PathSpec & s1,
+ Param_Test::PathSpec & s2,
+ Param_Test::PathSpec_out s3,
+ CORBA::Environment &env
+ );
virtual Param_Test::Bounded_StructSeq * test_bounded_struct_sequence (
const Param_Test::Bounded_StructSeq & s1,
Param_Test::Bounded_StructSeq & s2,