OpenDDS  Snapshot(2023/04/28-20:55)
ReliableSessionFactory.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 
9 #include "ReliableSession.h"
10 
12 
13 namespace OpenDDS {
14 namespace DCPS {
15 
16 int
18 {
19  return 1; // require send buffer
20 }
21 
24  MulticastDataLink* link,
25  MulticastPeer remote_peer)
26 {
27  return make_rch<ReliableSession>(interceptor, link, remote_peer);
28 }
29 
30 } // namespace DCPS
31 } // namespace OpenDDS
32 
ACE_INT64 MulticastPeer
virtual MulticastSession_rch create(RcHandle< ReactorInterceptor > interceptor, MulticastDataLink *link, MulticastPeer remote_peer)
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
The Internal API and Implementation of OpenDDS.
Definition: AddressCache.h:28