OpenDDS
Snapshot(2023/04/28-20:55)
dds
DCPS
transport
framework
PerConnectionSynchStrategy.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 "
PerConnectionSynchStrategy.h
"
10
#include "
PerConnectionSynch.h
"
11
12
#if !defined (__ACE_INLINE__)
13
#include "
PerConnectionSynchStrategy.inl
"
14
#endif
/* __ACE_INLINE__ */
15
16
OpenDDS::DCPS::PerConnectionSynchStrategy::~PerConnectionSynchStrategy
()
17
{
18
DBG_ENTRY_LVL
(
"PerConnectionSynchStrategy"
,
"~PerConnectionSynchStrategy"
,6);
19
}
20
21
OpenDDS::DCPS::ThreadSynch
*
22
OpenDDS::DCPS::PerConnectionSynchStrategy::create_synch_object
(
23
ThreadSynchResource
* synch_resource,
24
long
priority,
25
long
scheduler)
26
{
27
DBG_ENTRY_LVL
(
"PerConnectionSynchStrategy"
,
"create_synch_object"
,6);
28
return
new
PerConnectionSynch
(synch_resource, priority, scheduler);
29
}
PerConnectionSynchStrategy.h
PerConnectionSynchStrategy.inl
PerConnectionSynch.h
OpenDDS::DCPS::PerConnectionSynchStrategy::~PerConnectionSynchStrategy
virtual ~PerConnectionSynchStrategy()
Definition:
PerConnectionSynchStrategy.cpp:16
OpenDDS::DCPS::ThreadSynchResource
Definition:
ThreadSynchResource.h:19
DBG_ENTRY_LVL
#define DBG_ENTRY_LVL(CNAME, MNAME, DBG_LVL)
Definition:
EntryExit.h:68
DdsDcps_pch.h
OpenDDS::DCPS::PerConnectionSynch
Definition:
PerConnectionSynch.h:23
OpenDDS::DCPS::PerConnectionSynchStrategy::create_synch_object
virtual ThreadSynch * create_synch_object(ThreadSynchResource *synch_resource, long priority, long scheduler)
Definition:
PerConnectionSynchStrategy.cpp:22
OpenDDS::DCPS::ThreadSynch
Definition:
ThreadSynch.h:34
Generated by
1.8.13