mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
Some missing from merge.
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
ec939a5bce
commit
f4be15a7af
1895 changed files with 160408 additions and 53601 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue