OpenDDS
Snapshot(2023/04/28-20:55)
dds
DCPS
transport
framework
ThreadSynchResource.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 "
ThreadSynchResource.h
"
10
11
#if !defined (__ACE_INLINE__)
12
#include "
ThreadSynchResource.inl
"
13
#endif
/* __ACE_INLINE__ */
14
15
OpenDDS::DCPS::ThreadSynchResource::~ThreadSynchResource
()
16
{
17
DBG_ENTRY_LVL
(
"ThreadSynchResource"
,
"~ThreadSynchResource"
,6);
18
delete
this->
timeout_
;
19
}
DBG_ENTRY_LVL
#define DBG_ENTRY_LVL(CNAME, MNAME, DBG_LVL)
Definition:
EntryExit.h:68
DdsDcps_pch.h
OpenDDS::DCPS::ThreadSynchResource::timeout_
TimeDuration * timeout_
Definition:
ThreadSynchResource.h:33
ThreadSynchResource.h
ThreadSynchResource.inl
OpenDDS::DCPS::ThreadSynchResource::~ThreadSynchResource
virtual ~ThreadSynchResource()
Definition:
ThreadSynchResource.cpp:15
Generated by
1.8.13