[10643] Update the ACE part we use to 5.8.2

Signed-off-by: Neo2003 <Neo.2003@Hotmail.fr>
This commit is contained in:
Neo2003 2010-10-25 20:36:51 +02:00
parent 8f71d95c0d
commit 23c920ca4b
739 changed files with 22031 additions and 40373 deletions

View file

@ -26,7 +26,6 @@
namespace ACE_Based
{
class Runnable
{
public:
@ -40,7 +39,7 @@ namespace ACE_Based
delete this;
}
private:
ACE_Atomic_Op<ACE_Thread_Mutex, int> m_refs;
ACE_Atomic_Op<ACE_Thread_Mutex, long> m_refs;
};
enum Priority
@ -103,6 +102,5 @@ namespace ACE_Based
//use this object to determine current OS thread priority values mapped to enum Priority{}
static ThreadPriority m_TpEnum;
};
}
#endif