From 6c74d240c74b981f869cbf315bb0202752241e6d Mon Sep 17 00:00:00 2001 From: jp4 Date: Fri, 10 Jul 1998 22:46:22 +0000 Subject: *** empty log message *** --- TAO/tests/Param_Test/bd_str_seq.cpp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'TAO/tests/Param_Test/bd_str_seq.cpp') 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 (); } -- cgit v1.2.1