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,3 +1,5 @@
// $Id: Message_Queue_Vx.cpp 96985 2013-04-11 15:50:32Z huangh $
#include "ace/Message_Queue.h"
#include "ace/Message_Queue_Vx.h"
#include "ace/Log_Category.h"
@ -14,8 +16,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
// class ACE_Message_Queue_Vx //
////////////////////////////////
ACE_ALLOC_HOOK_DEFINE (ACE_Message_Queue_Vx);
void
ACE_Message_Queue_Vx::dump (void) const
{
@ -342,6 +342,15 @@ ACE_Message_Queue_Vx::wait_not_empty_cond (ACE_Time_Value *)
return 0;
}
#if ! defined (ACE_NEEDS_FUNC_DEFINITIONS)
int
ACE_Message_Queue_Vx::peek_dequeue_head (ACE_Message_Block *&,
ACE_Time_Value *)
{
ACE_NOTSUP_RETURN (-1);
}
#endif /* ! ACE_NEEDS_FUNC_DEFINITIONS */
#endif /* ACE_VXWORKS */
ACE_END_VERSIONED_NAMESPACE_DECL