summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-06-21 13:41:11 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-06-21 13:41:11 +0000
commitfc4cfec6403605ff629082764d10a04a31d92efa (patch)
treee851f5677a717aae550141ad964f3d48be56012d
parent1945a8dd345d90a3cf58cf32062de52779c4511e (diff)
downloadATCD-fc4cfec6403605ff629082764d10a04a31d92efa.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c6
-rw-r--r--TAO/tests/Param_Test/tests.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 904b029b2d3..20a1374eeb3 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,9 @@
+Sun Jun 21 08:39:38 1998 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu>
+
+ * tests/Param_Test/tests.cpp: Removed a bunch of warnings related
+ to creation of a temporary when a var or ptr type is passed as an
+ out parameter.
+
Sat Jun 20 14:22:22 1998 David L. Levine <levine@cs.wustl.edu>
* orbsvcs/orbsvcs/Scheduler_Factory.cpp: wrapped
diff --git a/TAO/tests/Param_Test/tests.cpp b/TAO/tests/Param_Test/tests.cpp
index ab605daddfd..3df1b6f12a4 100644
--- a/TAO/tests/Param_Test/tests.cpp
+++ b/TAO/tests/Param_Test/tests.cpp
@@ -3238,7 +3238,7 @@ int
Test_AnySeq::run_sii_test (Param_Test_ptr objref,
CORBA::Environment &env)
{
- Param_Test::AnySeq_var out (this->out_.out ());
+ Param_Test::AnySeq_out out (this->out_.out ());
this->ret_ = objref->test_anyseq (this->in_.in (),
this->inout_.inout (),
out,