summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/ProxySupplier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/ProxySupplier.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/ProxySupplier.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/ProxySupplier.cpp b/TAO/orbsvcs/orbsvcs/Notify/ProxySupplier.cpp
index 309a8dc1dad..c45db8705d1 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/ProxySupplier.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/ProxySupplier.cpp
@@ -67,8 +67,7 @@ TAO_Notify_ProxySupplier::connect (TAO_Notify_Consumer *consumer)
if (max_consumers != 0 && consumer_count >= max_consumers.value ())
{
- throw CORBA::IMP_LIMIT (
- ); // we've reached the limit of consumers connected.
+ throw CORBA::IMP_LIMIT (); // we've reached the limit of consumers connected.
}
{