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

@ -4,6 +4,8 @@
/**
* @file Connection_Recycling_Strategy.h
*
* $Id: Connection_Recycling_Strategy.h 97246 2013-08-07 07:10:20Z johnnyw $
*
* @author Doug Schmidt
*/
//=============================================================================
@ -53,6 +55,7 @@ public:
/// Cleanup hint and reset @a act_holder to zero if @a act_holder != 0.
virtual int cleanup_hint (const void *recycling_act,
void **act_holder = 0) = 0;
};
ACE_END_VERSIONED_NAMESPACE_DECL