summaryrefslogtreecommitdiff
path: root/ACE/ace/Select_Reactor_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Select_Reactor_T.h')
-rw-r--r--ACE/ace/Select_Reactor_T.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/ACE/ace/Select_Reactor_T.h b/ACE/ace/Select_Reactor_T.h
index 1e30923f482..f4cec8859ab 100644
--- a/ACE/ace/Select_Reactor_T.h
+++ b/ACE/ace/Select_Reactor_T.h
@@ -23,12 +23,6 @@
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-/*
- * Hook for specializing the reactor with the concrete
- * type, for example, select, or thread pool.
- */
-//@@ REACTOR_SPL_INCLUDE_FORWARD_DECL_ADD_HOOK
-
#if defined (ACE_MT_SAFE) && (ACE_MT_SAFE != 0)
typedef ACE_Token ACE_SELECT_TOKEN;
#else
@@ -536,7 +530,7 @@ public:
virtual ACE_Lock &lock (void);
/// Dump the state of an object.
- virtual void dump (void) const;
+ virtual void dump () const;
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;