OpenDDS  Snapshot(2023/04/28-20:55)
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 
17 {
18  DBG_ENTRY_LVL("NullSynch","~NullSynch",6);
19 }
20 
21 void
23 {
24  DBG_ENTRY_LVL("NullSynch","work_available",6);
25 
27  "(%P|%t) INTERNAL ERROR - NullSynch::work_available() "
28  "method should *NEVER* be called!\n"));
29 }
#define ACE_ERROR(X)
virtual void work_available()
Definition: NullSynch.cpp:22
#define DBG_ENTRY_LVL(CNAME, MNAME, DBG_LVL)
Definition: EntryExit.h:68
LM_ERROR