OpenDDS
Snapshot(2023/04/28-20:55)
dds
DCPS
transport
framework
PoolSynch.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 "
PoolSynch.h
"
10
#include "
PoolSynchStrategy.h
"
11
#include "
ThreadSynchResource.h
"
12
13
#if !defined (__ACE_INLINE__)
14
#include "
PoolSynch.inl
"
15
#endif
/* __ACE_INLINE__ */
16
17
OpenDDS::DCPS::PoolSynch::~PoolSynch
()
18
{
19
DBG_ENTRY_LVL
(
"PoolSynch"
,
"~PoolSynch"
,6);
20
// TBD
21
}
22
23
void
24
OpenDDS::DCPS::PoolSynch::work_available
()
25
{
26
DBG_ENTRY_LVL
(
"PoolSynch"
,
"work_available"
,6);
27
// TBD
28
}
29
30
void
31
OpenDDS::DCPS::PoolSynch::unregister_worker_i
()
32
{
33
DBG_ENTRY_LVL
(
"PoolSynch"
,
"unregister_worker_i"
,6);
34
// TBD
35
}
PoolSynch.inl
OpenDDS::DCPS::PoolSynch::work_available
virtual void work_available()
Definition:
PoolSynch.cpp:24
OpenDDS::DCPS::PoolSynch::unregister_worker_i
virtual void unregister_worker_i()
Definition:
PoolSynch.cpp:31
PoolSynchStrategy.h
OpenDDS::DCPS::PoolSynch::~PoolSynch
virtual ~PoolSynch()
Definition:
PoolSynch.cpp:17
DBG_ENTRY_LVL
#define DBG_ENTRY_LVL(CNAME, MNAME, DBG_LVL)
Definition:
EntryExit.h:68
DdsDcps_pch.h
ThreadSynchResource.h
PoolSynch.h
Generated by
1.8.13