http_response.inl
来自「ace开发环境 用来开发网络程序 其运用了设计模式、多平台、C++等多种知识」· INL 代码 · 共 24 行
INL
24 行
// -*- c++ -*-// $Id: http_response.inl 73790 2006-07-27 20:43:46Z wotte $#if !defined (ACE_HAS_INLINED_OSCALLS)# undef ACE_INLINE# define ACE_INLINE#endif /* ACE_HAS_INLINED_OSCALLS */ACE_INLINEHTTP_Response::HTTP_Response (void){}ACE_INLINEHTTP_Response::~HTTP_Response (void){}ACE_INLINE Parse_HTTP_Response *HTTP_Response::response_line (void){ return &(this->response_);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?