OpenDDS  Snapshot(2023/04/28-20:55)
TcpReceiveStrategy.inl
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 "dds/DCPS/ReactorTask.h"
10 
12 
15 {
16  DBG_ENTRY_LVL("TcpReceiveStrategy","get_reactor",6);
17  return this->reactor_task_->get_reactor();
18 }
19 
20 ACE_INLINE bool
22 {
23  return this->gracefully_disconnected_;
24 }
25 
bool gracefully_disconnected_
Flag indicates if the GRACEFUL_DISCONNECT message is received.
#define DBG_ENTRY_LVL(CNAME, MNAME, DBG_LVL)
Definition: EntryExit.h:68
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
ACE_Reactor * get_reactor()
Definition: ReactorTask.inl:14
#define ACE_INLINE