hmbdc
simplify-high-performance-messaging-programming
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 }}}
Definition: Base.hpp:12