summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/bd_str_seq.cpp
diff options
context:
space:
mode:
authorjp4 <jp4@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-10 22:46:22 +0000
committerjp4 <jp4@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-10 22:46:22 +0000
commit6c74d240c74b981f869cbf315bb0202752241e6d (patch)
treefc75b294532b420ce7eb6bf006edceb607507511 /TAO/tests/Param_Test/bd_str_seq.cpp
parentd2a90cf2d0808fdf09a400cf9573dc76454e17cd (diff)
downloadATCD-6c74d240c74b981f869cbf315bb0202752241e6d.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tests/Param_Test/bd_str_seq.cpp')
-rw-r--r--TAO/tests/Param_Test/bd_str_seq.cpp11
1 files changed, 2 insertions, 9 deletions
diff --git a/TAO/tests/Param_Test/bd_str_seq.cpp b/TAO/tests/Param_Test/bd_str_seq.cpp
index 9dec556bea6..470c7d8b2f7 100644
--- a/TAO/tests/Param_Test/bd_str_seq.cpp
+++ b/TAO/tests/Param_Test/bd_str_seq.cpp
@@ -145,17 +145,10 @@ Test_Bounded_String_Sequence::check_validity (void)
CORBA::Boolean
Test_Bounded_String_Sequence::check_validity (CORBA::Request_ptr req)
{
-#if 0
CORBA::Environment env;
- Param_Test::Bounded_StrSeq *out, *ret;
-
- *req->arguments ()->item (2, env)->value () >>= out;
- *req->result ()->value () >>= ret;
-
- this->out_ = out;
- this->ret_ = ret;
-#endif
+ *req->arguments ()->item (2, env)->value () >>= this->out_.out ();
+ *req->result ()->value () >>= this->ret_.out ();
return this->check_validity ();
}