fprime/Ref/SendBuffApp/SendBuff.hpp
bocchino 8d74ea11cc Revise header files
Replace 'typedef' with C++11 'using'
2021-08-02 13:01:38 -07:00

18 lines
370 B
C++

// ======================================================================
// SendBuff.hpp
// Standardization header for SendBuff
// ======================================================================
#ifndef Ref_SendBuff_HPP
#define Ref_SendBuff_HPP
#include "Ref/SendBuffApp/SendBuffComponentImpl.hpp"
namespace Ref {
using SendBuff = SendBuffImpl;
}
#endif