mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 16:37:06 +00:00
[10643] Update the ACE part we use to 5.8.2
Signed-off-by: Neo2003 <Neo.2003@Hotmail.fr>
This commit is contained in:
parent
8f71d95c0d
commit
23c920ca4b
739 changed files with 22031 additions and 40373 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// $Id: Unbounded_Queue.cpp 80826 2008-03-04 14:51:23Z wotte $
|
||||
// $Id: Unbounded_Queue.cpp 82723 2008-09-16 09:35:44Z johnnyw $
|
||||
|
||||
#ifndef ACE_UNBOUNDED_QUEUE_CPP
|
||||
#define ACE_UNBOUNDED_QUEUE_CPP
|
||||
|
|
@ -154,7 +154,6 @@ ACE_Unbounded_Queue<T>::~ACE_Unbounded_Queue (void)
|
|||
this->allocator_->free,
|
||||
ACE_Node,
|
||||
<T>);
|
||||
this->head_ = 0;
|
||||
}
|
||||
|
||||
template <class T> int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue