From 0e06f85c67d45eef5d6611afc29ffd9cd3e596c0 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Tue, 24 Oct 2000 23:10:35 +0000 Subject: ChangeLogTag:Tue Oct 24 12:30:47 2000 Steve Huston --- ace/WFMO_Reactor.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ace/WFMO_Reactor.h') diff --git a/ace/WFMO_Reactor.h b/ace/WFMO_Reactor.h index b22016fec60..5980711f42d 100644 --- a/ace/WFMO_Reactor.h +++ b/ace/WFMO_Reactor.h @@ -502,6 +502,11 @@ public: // notify queue before breaking out of its // loop. + virtual int purge_pending_notifications (ACE_Event_Handler * = 0); + // Purge any notifications pending in this reactor for the specified + // object. Returns the number of notifications + // purged. Returns -1 on error. + virtual void dump (void) const; // Dump the state of an object. @@ -915,6 +920,11 @@ public: // notify queue before breaking out of its // loop. + virtual int purge_pending_notifications (ACE_Event_Handler * = 0); + // Purge any notifications pending in this reactor for the specified + // object. Returns the number of notifications + // purged. Returns -1 on error. + // = Assorted helper methods. virtual int handler (ACE_HANDLE handle, -- cgit v1.2.1