OpenDDS
Snapshot(2023/04/28-20:55)
dds
DCPS
transport
framework
NullSynch.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 "
NullSynch.h
"
10
#include "
ThreadSynchResource.h
"
11
12
#if !defined (__ACE_INLINE__)
13
#include "
NullSynch.inl
"
14
#endif
/* __ACE_INLINE__ */
15
16
OpenDDS::DCPS::NullSynch::~NullSynch
()
17
{
18
DBG_ENTRY_LVL
(
"NullSynch"
,
"~NullSynch"
,6);
19
}
20
21
void
22
OpenDDS::DCPS::NullSynch::work_available
()
23
{
24
DBG_ENTRY_LVL
(
"NullSynch"
,
"work_available"
,6);
25
26
ACE_ERROR
((
LM_ERROR
,
27
"(%P|%t) INTERNAL ERROR - NullSynch::work_available() "
28
"method should *NEVER* be called!\n"
));
29
}
ACE_ERROR
#define ACE_ERROR(X)
NullSynch.h
OpenDDS::DCPS::NullSynch::work_available
virtual void work_available()
Definition:
NullSynch.cpp:22
DBG_ENTRY_LVL
#define DBG_ENTRY_LVL(CNAME, MNAME, DBG_LVL)
Definition:
EntryExit.h:68
OpenDDS::DCPS::NullSynch::~NullSynch
virtual ~NullSynch()
Definition:
NullSynch.cpp:16
DdsDcps_pch.h
ThreadSynchResource.h
LM_ERROR
LM_ERROR
NullSynch.inl
Generated by
1.8.13