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