mirror of
https://github.com/mangosfour/server.git
synced 2026-01-04 16:37:06 +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: Functor_T.cpp 80826 2008-03-04 14:51:23Z wotte $
|
||||
|
||||
#ifndef ACE_FUNCTOR_T_CPP
|
||||
#define ACE_FUNCTOR_T_CPP
|
||||
|
||||
#include "ace/Functor_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 */
|
||||
|
|
@ -17,7 +15,7 @@
|
|||
|
||||
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
||||
|
||||
ACE_ALLOC_HOOK_DEFINE_Tcc(ACE_Command_Callback)
|
||||
ACE_ALLOC_HOOK_DEFINE(ACE_Command_Callback)
|
||||
|
||||
///////////////////////////////////
|
||||
// GOF Command Pattern Templates //
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue