Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / ACE / apps / JAWS2 / HTTPU / http_response.inl
blobcd493002646c2a765fa57ff9cb7237cde8d69ef4
1 // -*- c++ -*-
2 #if !defined (ACE_HAS_INLINED_OSCALLS)
3 # undef ACE_INLINE
4 # define ACE_INLINE
5 #endif /* ACE_HAS_INLINED_OSCALLS */
7 ACE_INLINE
8 HTTP_Response::HTTP_Response (void)
12 ACE_INLINE
13 HTTP_Response::~HTTP_Response (void)
17 ACE_INLINE Parse_HTTP_Response *
18 HTTP_Response::response_line (void)
20   return &(this->response_);