summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Gateway.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Gateway.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Gateway.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Gateway.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Gateway.cpp
index 6f9d31798ae..145e4c8f594 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Gateway.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Gateway.cpp
@@ -2,12 +2,12 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-TAO_EC_Gateway::TAO_EC_Gateway (void)
+TAO_EC_Gateway::TAO_EC_Gateway ()
: handle_ (0)
{
}
-TAO_EC_Gateway::~TAO_EC_Gateway (void)
+TAO_EC_Gateway::~TAO_EC_Gateway ()
{
}
@@ -18,7 +18,7 @@ TAO_EC_Gateway::observer_handle (RtecEventChannelAdmin::Observer_Handle h)
}
RtecEventChannelAdmin::Observer_Handle
-TAO_EC_Gateway::observer_handle (void) const
+TAO_EC_Gateway::observer_handle () const
{
return this->handle_;
}