[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:
zerg 2010-12-14 17:14:34 +03:00 committed by VladimirMangos
parent c38c876b1d
commit b8d773091a
343 changed files with 3060 additions and 7431 deletions

View file

@ -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