summaryrefslogtreecommitdiff
path: root/ACE/ace/TP_Reactor.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/TP_Reactor.inl')
-rw-r--r--ACE/ace/TP_Reactor.inl8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ace/TP_Reactor.inl b/ACE/ace/TP_Reactor.inl
index 1660925ee3c..8dae8f01f76 100644
--- a/ACE/ace/TP_Reactor.inl
+++ b/ACE/ace/TP_Reactor.inl
@@ -6,7 +6,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
/************************************************************************/
ACE_INLINE
-ACE_EH_Dispatch_Info::ACE_EH_Dispatch_Info (void) :
+ACE_EH_Dispatch_Info::ACE_EH_Dispatch_Info () :
handle_ (ACE_INVALID_HANDLE),
event_handler_ (0),
mask_ (ACE_Event_Handler::NULL_MASK),
@@ -58,7 +58,7 @@ ACE_TP_Token_Guard::ACE_TP_Token_Guard (ACE_Select_Reactor_Token &token)
}
ACE_INLINE
-ACE_TP_Token_Guard::~ACE_TP_Token_Guard (void)
+ACE_TP_Token_Guard::~ACE_TP_Token_Guard ()
{
if (this->owner_)
{
@@ -68,7 +68,7 @@ ACE_TP_Token_Guard::~ACE_TP_Token_Guard (void)
}
ACE_INLINE void
-ACE_TP_Token_Guard::release_token (void)
+ACE_TP_Token_Guard::release_token ()
{
if (this->owner_)
{
@@ -80,7 +80,7 @@ ACE_TP_Token_Guard::release_token (void)
}
ACE_INLINE bool
-ACE_TP_Token_Guard::is_owner (void)
+ACE_TP_Token_Guard::is_owner ()
{
return this->owner_;
}