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,12 +1,10 @@
// $Id: Framework_Component_T.cpp 80826 2008-03-04 14:51:23Z wotte $
#ifndef ACE_FRAMEWORK_COMPONENT_T_CPP
#define ACE_FRAMEWORK_COMPONENT_T_CPP
#include "ace/Framework_Component_T.h"
#if defined (ACE_HAS_ALLOC_HOOKS)
# include "ace/Malloc_Base.h"
#endif /* ACE_HAS_ALLOC_HOOKS */
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
template <class Concrete>
@ -23,8 +21,6 @@ ACE_Framework_Component_T<Concrete>::~ACE_Framework_Component_T (void)
Concrete::close_singleton ();
}
ACE_ALLOC_HOOK_DEFINE_Tt(ACE_Framework_Component_T)
template <class Concrete> void
ACE_Framework_Component_T<Concrete>::close_singleton (void)
{