Defines | Functions

SOCK_Dgram.cpp File Reference

#include "ace/SOCK_Dgram.h"
#include "ace/Handle_Set.h"
#include "ace/Log_Msg.h"
#include "ace/INET_Addr.h"
#include "ace/ACE.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_Memory.h"
#include "ace/OS_NS_sys_select.h"
#include "ace/OS_NS_ctype.h"
#include "ace/os_include/net/os_if.h"
#include "ace/Truncate.h"
Include dependency graph for SOCK_Dgram.cpp:

Go to the source code of this file.

Defines

#define IMR_MULTIADDR   imr_multiaddr

Functions

 ACE_RCSID (ace, SOCK_Dgram,"$Id: SOCK_Dgram.cpp 85421 2009-05-22 11:12:30Z johnnyw $") 1 void ACE_SOCK_Dgram

Define Documentation

#define IMR_MULTIADDR   imr_multiaddr

Function Documentation

ACE_RCSID ( ace  ,
SOCK_Dgram  ,
"$Id: SOCK_Dgram.cpp 85421 2009-05-22 11:12:30Z johnnyw $"   
)

Definition at line 22 of file SOCK_Dgram.cpp.

               : SOCK_Dgram.cpp 85421 2009-05-22 11:12:30Z johnnyw $")

// This is a workaround for platforms with non-standard
// definitions of the ip_mreq structure
#if ! defined (IMR_MULTIADDR)
#define IMR_MULTIADDR imr_multiaddr
#endif /* ! defined (IMR_MULTIADDR) */

ACE_BEGIN_VERSIONED_NAMESPACE_DECL

ACE_ALLOC_HOOK_DEFINE (ACE_SOCK_Dgram)

void
ACE_SOCK_Dgram::dump (void) const
{
#if defined (ACE_HAS_DUMP)
  ACE_TRACE ("ACE_SOCK_Dgram::dump");
#endif /* ACE_HAS_DUMP */
}

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines