#ifndef HV_BUFFER_HPP_ #define HV_BUFFER_HPP_ #include #include "hbuf.h" namespace hv { typedef HBuf Buffer; typedef std::shared_ptr BufferPtr; } #endif // HV_BUFFER_HPP_