OpenDDS  Snapshot(2023/04/28-20:55)
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/
10 #include "PerConnectionSynch.h"
11 
12 #if !defined (__ACE_INLINE__)
14 #endif /* __ACE_INLINE__ */
15 
17 {
18  DBG_ENTRY_LVL("PerConnectionSynchStrategy","~PerConnectionSynchStrategy",6);
19 }
20 
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 }
#define DBG_ENTRY_LVL(CNAME, MNAME, DBG_LVL)
Definition: EntryExit.h:68
virtual ThreadSynch * create_synch_object(ThreadSynchResource *synch_resource, long priority, long scheduler)