summaryrefslogtreecommitdiff
path: root/ace/Reactor_Impl.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-06-21 01:55:06 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-06-21 01:55:06 +0000
commit6d60adf2d886974d61a913f110bfce7f09ff8cd6 (patch)
treee45ae872188edeaaccc39e253f2d403289271e53 /ace/Reactor_Impl.h
parentb5a972bd3eafea8e44374135c092d2653b103c69 (diff)
downloadATCD-6d60adf2d886974d61a913f110bfce7f09ff8cd6.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Reactor_Impl.h')
-rw-r--r--ace/Reactor_Impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Reactor_Impl.h b/ace/Reactor_Impl.h
index 863ca0f2736..5e42de8e28b 100644
--- a/ace/Reactor_Impl.h
+++ b/ace/Reactor_Impl.h
@@ -76,6 +76,9 @@ public:
// will iterate and dispatch the <ACE_Event_Handlers> that are
// passed in via the notify queue before breaking out of its event
// loop.
+
+ virtual void dump (void) const = 0;
+ // Dump the state of an object.
};
class ACE_Export ACE_Reactor_Impl