summaryrefslogtreecommitdiff
path: root/TAO/examples/Callback_Quoter/Notifier_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Callback_Quoter/Notifier_i.cpp')
-rw-r--r--TAO/examples/Callback_Quoter/Notifier_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Callback_Quoter/Notifier_i.cpp b/TAO/examples/Callback_Quoter/Notifier_i.cpp
index 65aa956d458..eef2f8bf0c2 100644
--- a/TAO/examples/Callback_Quoter/Notifier_i.cpp
+++ b/TAO/examples/Callback_Quoter/Notifier_i.cpp
@@ -78,7 +78,7 @@ Notifier_i::register_callback (const char *stock_name,
// the unbounded set entry is created.
// NOTE:: its pathetic, but to make this macro call its necessary to name
// your environment variable ACE_TRY_ENV
- ACE_NEW_THROW_EX (consumers, CONSUMERS, CORBA::NO_MEMORY ());
+ ACE_NEW_THROW_EX (consumers, CONSUMERS, CORBA::NO_MEMORY (CORBA::COMPLETED_NO));
ACE_CHECK;
// When a new entry is tried to be inserted into the unbounded set and it