OpenDDS
Snapshot(2023/04/28-20:55)
dds
DCPS
transport
framework
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/
9
#include "
TransportReceiveListener.h
"
10
#include "
EntryExit.h
"
11
12
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
13
14
OpenDDS::DCPS::TransportReceiveListener::TransportReceiveListener
()
15
{
16
DBG_ENTRY_LVL
(
"TransportReceiveListener"
,
"TransportReceiveListener"
,6);
17
}
18
19
OpenDDS::DCPS::TransportReceiveListener::~TransportReceiveListener
()
20
{
21
DBG_ENTRY_LVL
(
"TransportReceiveListener"
,
"~TransportReceiveListener"
,6);
22
}
23
24
OPENDDS_END_VERSIONED_NAMESPACE_DECL
TransportReceiveListener.h
EntryExit.h
DBG_ENTRY_LVL
#define DBG_ENTRY_LVL(CNAME, MNAME, DBG_LVL)
Definition:
EntryExit.h:68
DdsDcps_pch.h
OPENDDS_END_VERSIONED_NAMESPACE_DECL
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
Definition:
Versioned_Namespace.h:48
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
Definition:
Hash.cpp:17
OpenDDS::DCPS::TransportReceiveListener::~TransportReceiveListener
virtual ~TransportReceiveListener()
Definition:
TransportReceiveListener.cpp:19
OpenDDS::DCPS::TransportReceiveListener::TransportReceiveListener
TransportReceiveListener()
Definition:
TransportReceiveListener.cpp:14
Generated by
1.8.13