summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-05 23:08:39 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-05 23:08:39 +0000
commite2c385b6f0cdafe14139c4593a1506c2525a32ae (patch)
treee083ca7c8c9016d149da196698f7321ec179ff5b
parent1c2a492652e3b4169c4f57820499402e854f653a (diff)
downloadATCD-e2c385b6f0cdafe14139c4593a1506c2525a32ae.tar.gz
*** empty log message ***
-rw-r--r--ace/Reactor.cpp1
-rw-r--r--ace/Reactor.h5
2 files changed, 4 insertions, 2 deletions
diff --git a/ace/Reactor.cpp b/ace/Reactor.cpp
index 798892ef5e8..666be919a38 100644
--- a/ace/Reactor.cpp
+++ b/ace/Reactor.cpp
@@ -139,7 +139,6 @@ ACE_Reactor::run_event_loop (void)
ACE_Service_Config::reconfigure ();
else
#endif /* !ACE_HAS_WINCE */
-
if (result == -1)
return -1;
}
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 <ACE_Reactor::instance>.
static int run_event_loop (void);
static int run_alertable_event_loop (void);
// Run the event loop until the