summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-08-05 10:22:26 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-08-05 10:22:26 +0200
commit7664aa6b6c0f77ff5cdc01b16c1fe22c800dbd56 (patch)
tree6c3cfa4dc63ae3c7d4c6df12714d85e6f56c894b
parentfd4a20a4ece2885687ba2092737acdc8d4898dde (diff)
downloadATCD-7664aa6b6c0f77ff5cdc01b16c1fe22c800dbd56.tar.gz
Fixed typo and layout change
* TAO/orbsvcs/orbsvcs/Notify/Consumer.cpp: * TAO/orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp:
-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.
}
{