summaryrefslogtreecommitdiff
path: root/CIAO/tests/Collocation/Receiver/Receiver_exec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/Collocation/Receiver/Receiver_exec.cpp')
-rw-r--r--CIAO/tests/Collocation/Receiver/Receiver_exec.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/CIAO/tests/Collocation/Receiver/Receiver_exec.cpp b/CIAO/tests/Collocation/Receiver/Receiver_exec.cpp
index 362b2f50184..1ed008fcd2d 100644
--- a/CIAO/tests/Collocation/Receiver/Receiver_exec.cpp
+++ b/CIAO/tests/Collocation/Receiver/Receiver_exec.cpp
@@ -58,9 +58,7 @@ namespace CIAO_Receiver_Impl
strategy_("thru_poa")
{
ACE_DEBUG ((LM_DEBUG, "Receiver_exec_i::Receiver_exec_i \n "));
- ACE_NEW_THROW_EX (this->hello_generator_,
- HelloGenerator (*this),
- ::CORBA::NO_MEMORY ());
+ this->hello_generator_ = new HelloGenerator (*this);
}
Receiver_exec_i::~Receiver_exec_i (void)