summaryrefslogtreecommitdiff
path: root/ace/Proactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Proactor.h')
-rw-r--r--ace/Proactor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Proactor.h b/ace/Proactor.h
index f6ace6439fb..05f1cb72a03 100644
--- a/ace/Proactor.h
+++ b/ace/Proactor.h
@@ -165,6 +165,10 @@ public:
static void close_singleton (void);
// Delete the dynamically allocated Singleton.
+ static void cleanup (void *instance, void *arg);
+ // Cleanup method, used by the <ACE_Object_Manager> to destroy the
+ // singleton.
+
// = Proactor event loop management methods.
static int run_event_loop (void);