#include <SOCK_Dgram_Bcast.h>
Collaboration diagram for ACE_Bcast_Node:

Public Methods | |
| ACE_Bcast_Node (ACE_INET_Addr &, ACE_Bcast_Node *) | |
| Default constructor. More... | |
| ~ACE_Bcast_Node (void) | |
| Destructor. More... | |
Public Attributes | |
| ACE_INET_Addr | bcast_addr_ |
| Broadcast address for the interface. More... | |
| ACE_Bcast_Node * | next_ |
| Pointer to the next interface in the chain. More... | |
Definition at line 31 of file SOCK_Dgram_Bcast.h.
|
||||||||||||
|
Default constructor.
Definition at line 16 of file SOCK_Dgram_Bcast.cpp. References ACE_TRACE.
00018 : bcast_addr_ (addr), 00019 next_ (next) 00020 { 00021 ACE_TRACE ("ACE_Bcast_Node::ACE_Bcast_Node"); 00022 } |
|
|
Destructor.
Definition at line 7 of file SOCK_Dgram_Bcast.i.
00008 {
00009 }
|
|
|
Broadcast address for the interface.
Definition at line 42 of file SOCK_Dgram_Bcast.h. Referenced by ACE_SOCK_Dgram_Bcast::send. |
|
|
Pointer to the next interface in the chain.
Definition at line 45 of file SOCK_Dgram_Bcast.h. Referenced by ACE_SOCK_Dgram_Bcast::close, and ACE_SOCK_Dgram_Bcast::send. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002