提交 933c9603 编写于 作者: Y youngwolf

A trivial change.

上级 d5ffc704
......@@ -42,7 +42,7 @@ static_assert(ASCS_MSG_BUFFER_SIZE > 0, "message buffer size must be bigger than
namespace ascs { namespace ext {
//implement i_buffer interface, then protocol can be changed at runtime, see file_server and file_client for more details.
//implement i_buffer interface, then protocol can be changed at runtime, see demo file_server for more details.
class string_buffer : public std::string, public i_buffer
{
public:
......
......@@ -390,7 +390,7 @@ public:
#endif
private:
basic_buffer raw_buff;
msg_type raw_buff;
size_t _fixed_length;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册