#include <Stack.h>
Inheritance diagram for ACE_RMCast::Out_Element:
Public Member Functions | |
virtual | ~Out_Element () |
Out_Element () | |
virtual void | out_stop () |
virtual void | out_start (Out_Element *out) |
virtual void | send (Message_ptr m) |
Protected Attributes | |
Out_Element * | out_ |
|
Definition at line 13 of file Stack.cpp.
00014 { 00015 } |
|
Definition at line 18 of file Stack.cpp.
00019 : out_ (0) 00020 { 00021 } |
|
Reimplemented in ACE_RMCast::Acknowledge, ACE_RMCast::Link, and ACE_RMCast::Retransmit. Definition at line 24 of file Stack.cpp. References out_. Referenced by ACE_RMCast::Socket_Impl::Socket_Impl().
00025 { 00026 out_ = out; 00027 } |
|
Reimplemented in ACE_RMCast::Acknowledge, and ACE_RMCast::Retransmit. Definition at line 36 of file Stack.cpp. References out_. Referenced by ACE_RMCast::Socket_Impl::~Socket_Impl().
00037 { 00038 out_ = 0; 00039 } |
|
Reimplemented in ACE_RMCast::Acknowledge, ACE_RMCast::Flow, ACE_RMCast::Fragment, ACE_RMCast::Link, ACE_RMCast::Retransmit, and ACE_RMCast::Simulator. Definition at line 30 of file Stack.cpp. References ACE_RMCast::Message_ptr, and out_.
|
|
Definition at line 29 of file Stack.h. Referenced by out_start(), out_stop(), and send(). |