OpenDDS  Snapshot(2023/04/28-20:55)
TransportReceiveListener.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 #include "EntryExit.h"
11 
13 
15 {
16  DBG_ENTRY_LVL("TransportReceiveListener","TransportReceiveListener",6);
17 }
18 
20 {
21  DBG_ENTRY_LVL("TransportReceiveListener","~TransportReceiveListener",6);
22 }
23 
#define DBG_ENTRY_LVL(CNAME, MNAME, DBG_LVL)
Definition: EntryExit.h:68
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL