mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 01:37:04 +00:00
[10874] Update ACE to v5.8.3
(based on zergtmn's repo commit 3a8c259) (based on zergtmn's repo commit 946c1a8) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
c38c876b1d
commit
b8d773091a
343 changed files with 3060 additions and 7431 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue