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 "PoolSynch.h" 00010 #include "PoolSynchStrategy.h" 00011 #include "ThreadSynchResource.h" 00012 00013 #if !defined (__ACE_INLINE__) 00014 #include "PoolSynch.inl" 00015 #endif /* __ACE_INLINE__ */ 00016 00017 OpenDDS::DCPS::PoolSynch::~PoolSynch() 00018 { 00019 DBG_ENTRY_LVL("PoolSynch","~PoolSynch",6); 00020 // TBD 00021 } 00022 00023 void 00024 OpenDDS::DCPS::PoolSynch::work_available() 00025 { 00026 DBG_ENTRY_LVL("PoolSynch","work_available",6); 00027 // TBD 00028 } 00029 00030 void 00031 OpenDDS::DCPS::PoolSynch::unregister_worker_i() 00032 { 00033 DBG_ENTRY_LVL("PoolSynch","unregister_worker_i",6); 00034 // TBD 00035 }