diff options
author | click <none@none> | 2010-11-04 05:30:29 +0100 |
---|---|---|
committer | click <none@none> | 2010-11-04 05:30:29 +0100 |
commit | 9b16ee203f3f8e6e21c4864bd3308bf58c7b6800 (patch) | |
tree | 14950af01860fc520bbbd320c7ad81ef0281cbf3 /dep/acelite/ace/Thread_Adapter.h | |
parent | 2604250c3c4efd93e9977f2eb72d6398a7a7bcb2 (diff) |
Dep/ACE: Upgrade ACE -library to 5.8.3
--HG--
branch : trunk
Diffstat (limited to 'dep/acelite/ace/Thread_Adapter.h')
-rw-r--r-- | dep/acelite/ace/Thread_Adapter.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dep/acelite/ace/Thread_Adapter.h b/dep/acelite/ace/Thread_Adapter.h index 8f1f259eff3..d7ab4056de4 100644 --- a/dep/acelite/ace/Thread_Adapter.h +++ b/dep/acelite/ace/Thread_Adapter.h @@ -4,7 +4,7 @@ /** * @file Thread_Adapter.h * - * $Id: Thread_Adapter.h 80826 2008-03-04 14:51:23Z wotte $ + * $Id: Thread_Adapter.h 92060 2010-09-27 18:08:48Z johnnyw $ * * @author Carlos O'Ryan <coryan@uci.edu> */ @@ -69,21 +69,17 @@ public: ACE_Thread_Manager *thr_mgr (void); protected: - /// Ensure that this object must be allocated on the heap. ~ACE_Thread_Adapter (void); private: - /// Called by invoke, mainly here to separate the SEH stuff because /// SEH on Win32 doesn't compile with local vars with destructors. virtual ACE_THR_FUNC_RETURN invoke_i (void); private: - /// Optional thread manager. ACE_Thread_Manager *thr_mgr_; - }; ACE_END_VERSIONED_NAMESPACE_DECL |