00001 /* 00002 * 00003 * 00004 * Distributed under the OpenDDS License. 00005 * See: http://www.opendds.org/license.html 00006 */ 00007 00008 #include "EntryExit.h" 00009 00010 ACE_INLINE 00011 OpenDDS::DCPS::ThreadPerConRemoveVisitor::ThreadPerConRemoveVisitor( 00012 const ACE_Message_Block* sample) 00013 : sample_(sample) 00014 , status_(REMOVE_NOT_FOUND) 00015 { 00016 DBG_ENTRY("ThreadPerConRemoveVisitor", "ThreadPerConRemoveVisitor"); 00017 } 00018 00019 ACE_INLINE OpenDDS::DCPS::RemoveResult 00020 OpenDDS::DCPS::ThreadPerConRemoveVisitor::status() const 00021 { 00022 DBG_ENTRY("ThreadPerConRemoveVisitor", "status"); 00023 return this->status_; 00024 }