summaryrefslogtreecommitdiff
path: root/ace/Reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Reactor.h')
-rw-r--r--ace/Reactor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Reactor.h b/ace/Reactor.h
index 772996629d1..596ba85317a 100644
--- a/ace/Reactor.h
+++ b/ace/Reactor.h
@@ -86,6 +86,12 @@ public:
/// Delete the dynamically allocated Singleton
static void close_singleton (void);
+ /// Name of the dll in which the dll lives.
+ static const ACE_TCHAR *dll_name (void);
+
+ /// Name of the component--ACE_Reactor in this case.
+ static const ACE_TCHAR *name (void);
+
// = Singleton reactor event loop management methods.
// Note that these method ONLY work on the "Singleton Reactor,"