OpenDDS  Snapshot(2023/04/28-20:55)
TransportReplacedElement.cpp
Go to the documentation of this file.
1 /*
2  *
3  *
4  * Distributed under the OpenDDS License.
5  * See: http://www.opendds.org/license.html
6  */
7 
8 #include "DCPS/DdsDcps_pch.h" //Only the _pch include should start with DCPS/
10 
11 #if !defined (__ACE_INLINE__)
13 #endif /* __ACE_INLINE__ */
14 
16 
18 {
19  DBG_ENTRY_LVL("TransportReplacedElement", "~TransportReplacedElement", 6);
20 }
21 
22 void
24 {
25  ACE_UNUSED_ARG(dropped_by_transport);
26  DBG_ENTRY_LVL("TransportReplacedElement", "release_element", 6);
27 
28 
29  delete this;
30 }
31 
virtual void release_element(bool dropped_by_transport)
Invoked when the counter reaches 0.
#define DBG_ENTRY_LVL(CNAME, MNAME, DBG_LVL)
Definition: EntryExit.h:68
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL