OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <Sedp.h>
Public Member Functions | |
WriterAddAssociation (const WriterAssociationRecord_rch &record) | |
![]() | |
virtual | ~EventBase () |
virtual void | handle_error () |
Only called when an exception is caught during handle_event. More... | |
virtual void | handle_cancel () |
void | operator() () |
![]() | |
virtual | ~RcObject () |
virtual void | _add_ref () |
virtual void | _remove_ref () |
long | ref_count () const |
WeakObject * | _get_weak_object () const |
Private Member Functions | |
virtual void | handle_event () |
Called when the event is dispatched by an EventDispatcher. More... | |
Private Attributes | |
const WriterAssociationRecord_rch | record_ |
Additional Inherited Members | |
![]() | |
RcObject () | |
|
inlineexplicit |
Definition at line 1337 of file Sedp.h.
|
privatevirtual |
Called when the event is dispatched by an EventDispatcher.
Implements OpenDDS::DCPS::EventBase.
Definition at line 7636 of file Sedp.cpp.
References ACE_DEBUG, ACE_TEXT(), OpenDDS::DCPS::DCPS_debug_level, and LM_DEBUG.
|
private |