Some missing from merge.

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-05 14:54:07 +02:00 committed by Antz
parent ec939a5bce
commit f4be15a7af
1895 changed files with 160408 additions and 53601 deletions

View file

@ -1,13 +1,11 @@
// $Id: Free_List.cpp 81107 2008-03-27 11:12:42Z johnnyw $
#ifndef ACE_FREE_LIST_CPP
#define ACE_FREE_LIST_CPP
#include "ace/Free_List.h"
#include "ace/Guard_T.h"
#if defined (ACE_HAS_ALLOC_HOOKS)
# include "ace/Malloc_Base.h"
#endif /* ACE_HAS_ALLOC_HOOKS */
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
@ -160,8 +158,6 @@ ACE_Locked_Free_List<T, ACE_LOCK>::dealloc (size_t n)
}
}
ACE_ALLOC_HOOK_DEFINE_Tcc(ACE_Locked_Free_List)
ACE_END_VERSIONED_NAMESPACE_DECL
#endif /* ACE_FREE_LIST_CPP */