summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Consumer.cpp2
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp3
2 files changed, 2 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Consumer.cpp b/TAO/orbsvcs/orbsvcs/Notify/Consumer.cpp
index b0f247456b4..c3bf761f86a 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Consumer.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Consumer.cpp
@@ -589,7 +589,7 @@ TAO_Notify_Consumer::dispatch_from_queue (
}
/// @todo: rather than is_error, use pacing interval so it will be configurable
-/// @todo: find some way to use batch buffering stratgy for sequence consumers.
+/// @todo: find some way to use batch buffering strategy for sequence consumers.
void
TAO_Notify_Consumer::schedule_timer (bool is_error)
{
diff --git a/TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp b/TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp
index f6a54aefa5c..483546e7e7e 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp
@@ -74,8 +74,7 @@ TAO_Notify_ProxyConsumer::connect (TAO_Notify_Supplier *supplier)
if (max_suppliers != 0 && supplier_count >= max_suppliers.value ())
{
- throw CORBA::IMP_LIMIT (
- ); // we've reached the limit of suppliers connected.
+ throw CORBA::IMP_LIMIT (); // we've reached the limit of suppliers connected.
}
{