hmbdc
simplify-high-performance-messaging-programming
hmbdc
tips
rnetmap
BackupRecvSession.hpp
1
#include "hmbdc/Copyright.hpp"
2
#pragma once
3
#include "hmbdc/tips/rnetmap/Messages.hpp"
4
#include "hmbdc/tips/reliable/BackupRecvSessionT.hpp"
5
6
namespace
hmbdc
{
namespace
tips {
namespace
rnetmap {
7
template
<
typename
OutputBuffer,
typename
AttachmentAllocator>
8
using
BackupRecvSession =
9
hmbdc::tips::reliable::BackupRecvSessionT
<TransportMessageHeader
10
, SessionStarted
11
, SessionDropped
12
, SeqAlert
13
, OutputBuffer
14
, uint32_t
15
, AttachmentAllocator>;
16
}}}
hmbdc
Definition:
Base.hpp:12
hmbdc::tips::reliable::backuprecvsessiont_detail::BackupRecvSessionT
Definition:
BackupRecvSessionT.hpp:38
Generated by
1.8.14