2 #if !defined (ACE_HAS_INLINED_OSCALLS)
5 #endif /* ACE_HAS_INLINED_OSCALLS */
8 Parse_HTTP_Response::code () const
13 ACE_INLINE const char *
14 Parse_HTTP_Response::code_str () const
16 return this->code_str_ ? this->code_str_ : "200";
20 Parse_HTTP_Response::major_version () const
22 return this->major_version_;
26 Parse_HTTP_Response::minor_version () const
28 return this->minor_version_;
31 ACE_INLINE const char *
32 Parse_HTTP_Response::version () const
34 return this->version_ ? this->version_ : "HTTP/0.9";
38 Parse_HTTP_Response::error () const