diff options
Diffstat (limited to 'ace/Thread_Adapter.h')
-rw-r--r-- | ace/Thread_Adapter.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Thread_Adapter.h b/ace/Thread_Adapter.h index 8ef0fc4388f..e2baa67066a 100644 --- a/ace/Thread_Adapter.h +++ b/ace/Thread_Adapter.h @@ -67,6 +67,10 @@ private: ~ACE_Thread_Adapter (void); // Ensure that this object must be allocated on the heap. + virtual void *invoke_i (void); + // Called by invoke, mainly here to separate the SEH stuff because + // SEH on Win32 doesn't compile with local vars with destructors. + private: ACE_Thread_Manager *thr_mgr_; // Optional thread manager. |