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,19 +1,17 @@
// $Id: Node.cpp 81624 2008-05-06 17:14:57Z wotte $
#ifndef ACE_NODE_CPP
#define ACE_NODE_CPP
#include "ace/Node.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 */
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_ALLOC_HOOK_DEFINE_Tcc(ACE_Node)
ACE_ALLOC_HOOK_DEFINE(ACE_Node)
template <class T, class C>
ACE_Node<T, C>::~ACE_Node (void)