2 #if !defined (ACE_HAS_INLINED_OSCALLS)
5 #endif /* ACE_HAS_INLINED_OSCALLS */
8 HTTP_Base::HTTP_Base ()
13 iter_ (*(this->info_.table ())),
19 HTTP_Base::~HTTP_Base ()
22 ACE_OS::free (this->line_);
30 HTTP_Base::status () const
35 ACE_INLINE const char *
36 HTTP_Base::line () const
41 ACE_INLINE HTTP_Headers *
42 HTTP_Base::http_headers ()
44 return &(this->info_);
47 ACE_INLINE JAWS_Headers *
50 return this->info_.table ();