hmbdc
simplify-high-performance-messaging-programming
BackupSendServer.hpp
1 #include "hmbdc/Copyright.hpp"
2 #pragma once
3 #include "hmbdc/tips/rnetmap/BackupSendSession.hpp"
4 #include "hmbdc/tips/reliable/BackupSendServerT.hpp"
5 
6 namespace hmbdc { namespace tips { namespace rnetmap {
7 using ToCleanupAttQueue = reliable::ToCleanupAttQueue;
8 using AsyncBackupSendServer
9  = reliable::AsyncBackupSendServerT<TypeTagBackupSource, BackupSendSession>;
10 }}}
Definition: Base.hpp:12