From 4f5cc78d00e0b8f7681652836f3e5d90a64da4d9 Mon Sep 17 00:00:00 2001 From: schmidt Date: Wed, 5 Aug 1998 23:08:39 +0000 Subject: *** empty log message *** --- ace/Reactor.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ace/Reactor.h') diff --git a/ace/Reactor.h b/ace/Reactor.h index 106b50170aa..f840b0c6ca3 100644 --- a/ace/Reactor.h +++ b/ace/Reactor.h @@ -70,7 +70,10 @@ public: static void close_singleton (void); // Delete the dynamically allocated Singleton - // = Reactor event loop management methods. + // = Reactor event loop management methods. + + // Note that these method ONLY work on the "Singleton Reactor," + // i.e., the one returned from . static int run_event_loop (void); static int run_alertable_event_loop (void); // Run the event loop until the -- cgit v1.2.1