00001 /* 00002 * 00003 * 00004 * Distributed under the OpenDDS License. 00005 * See: http://www.opendds.org/license.html 00006 */ 00007 00008 #include "DCPS/DdsDcps_pch.h" //Only the _pch include should start with DCPS/ 00009 #include "NullSynch.h" 00010 #include "ThreadSynchResource.h" 00011 00012 #if !defined (__ACE_INLINE__) 00013 #include "NullSynch.inl" 00014 #endif /* __ACE_INLINE__ */ 00015 00016 OpenDDS::DCPS::NullSynch::~NullSynch() 00017 { 00018 DBG_ENTRY_LVL("NullSynch","~NullSynch",6); 00019 } 00020 00021 void 00022 OpenDDS::DCPS::NullSynch::work_available() 00023 { 00024 DBG_ENTRY_LVL("NullSynch","work_available",6); 00025 00026 ACE_ERROR((LM_ERROR, 00027 "(%P|%t) INTERNAL ERROR - NullSynch::work_available() " 00028 "method should *NEVER* be called!\n")); 00029 }