Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / apps / JAWS2 / HTTPU / http_response.inl
blob65fff68267a54d578b098ddda91f6bf646382b2c
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 ()
12 ACE_INLINE
13 HTTP_Response::~HTTP_Response ()
17 ACE_INLINE Parse_HTTP_Response *
18 HTTP_Response::response_line ()
20   return &(this->response_);