summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/ub_str_seq.h
diff options
context:
space:
mode:
authorjp4 <jp4@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-04 23:13:22 +0000
committerjp4 <jp4@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-04 23:13:22 +0000
commiteceb265babcf6f704d95d6a0eee24c25346d324d (patch)
tree44bb37c4607ef674702a7c01a96ca5a730bf76ea /TAO/tests/Param_Test/ub_str_seq.h
parentcc14ace3ecd476516691bdb11988bc11642a7923 (diff)
downloadATCD-eceb265babcf6f704d95d6a0eee24c25346d324d.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tests/Param_Test/ub_str_seq.h')
-rw-r--r--TAO/tests/Param_Test/ub_str_seq.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tests/Param_Test/ub_str_seq.h b/TAO/tests/Param_Test/ub_str_seq.h
index cefe6f96eb6..5bb84674142 100644
--- a/TAO/tests/Param_Test/ub_str_seq.h
+++ b/TAO/tests/Param_Test/ub_str_seq.h
@@ -63,6 +63,13 @@ public:
// print all the values
private:
+ // called by the 2 public versions of check_validity
+ CORBA::Boolean
+ Test_String_Sequence::check_validity_engine (const Param_Test::StrSeq &the_in,
+ const Param_Test::StrSeq &the_inout,
+ const Param_Test::StrSeq &the_out,
+ const Param_Test::StrSeq &the_ret);
+
char *opname_;
// operation name
@@ -77,6 +84,12 @@ private:
Param_Test::StrSeq_var ret_;
// return value
+
+ Param_Test::StrSeq dii_out_;
+ // DII out parameter
+
+ Param_Test::StrSeq dii_ret_;
+ // DII return value
};
#endif /* PARAM_TEST_UNBOUNDED_STRING_SEQUENCE_H */