OpenDDS  Snapshot(2023/04/28-20:55)
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 
18 {
19  DBG_ENTRY_LVL("PoolSynch","~PoolSynch",6);
20  // TBD
21 }
22 
23 void
25 {
26  DBG_ENTRY_LVL("PoolSynch","work_available",6);
27  // TBD
28 }
29 
30 void
32 {
33  DBG_ENTRY_LVL("PoolSynch","unregister_worker_i",6);
34  // TBD
35 }
virtual void work_available()
Definition: PoolSynch.cpp:24
virtual void unregister_worker_i()
Definition: PoolSynch.cpp:31
#define DBG_ENTRY_LVL(CNAME, MNAME, DBG_LVL)
Definition: EntryExit.h:68