summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/big_union.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-28 22:46:13 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-28 22:46:13 +0000
commit0110233c0f29603caa2d34ab3311b1b1b35e5961 (patch)
tree63811650be2b10d0ab9d995c1fff6f0f68d15065 /TAO/tests/Param_Test/big_union.cpp
parent563df992daeda872673a3923eac232869cab6932 (diff)
downloadATCD-0110233c0f29603caa2d34ab3311b1b1b35e5961.tar.gz
Added ACE_CHECK macros to client.cpp and initialization of
out_ and ret_ members for test_big_union.
Diffstat (limited to 'TAO/tests/Param_Test/big_union.cpp')
-rw-r--r--TAO/tests/Param_Test/big_union.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/Param_Test/big_union.cpp b/TAO/tests/Param_Test/big_union.cpp
index 7a2516d57fc..5a0f6fa75e9 100644
--- a/TAO/tests/Param_Test/big_union.cpp
+++ b/TAO/tests/Param_Test/big_union.cpp
@@ -198,6 +198,8 @@ Test_Big_Union::reset_parameters (void)
}
break;
}
+ this->out_ = new Param_Test::Big_Union (this->in_);
+ this->ret_ = new Param_Test::Big_Union (this->in_);
return 0;
}