/* * ===================================================================================== * * Filename: tcp_common.h * * Description: * * Version: 1.0 * Created: 2021年05月24日 17时24分33秒 * Revision: none * Compiler: gcc * * Author: Li Chao (), lichao@aiotlink.com * Organization: * * ===================================================================================== */ #ifndef TCP_COMMON_8S8O7OV #define TCP_COMMON_8S8O7OV #include #include #include #include #include namespace ip = boost::asio::ip; using boost::asio::ip::tcp; typedef boost::system::error_code bserror_t; const boost::uuids::uuid kBHTcpServerTag = boost::uuids::string_generator()("e5bff527-6bf8-ee0d-cd28-b36594acee39"); namespace bhome_msg { class BHMsgHead; } typedef std::function ReplyCB; #endif // end of include guard: TCP_COMMON_8S8O7OV