summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS2/HTTPU/http_status.inl
blob: a78a24f560a8e402f5b4763da5eb5369db50e397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- c++ -*-
#if !defined (ACE_HAS_INLINED_OSCALLS)
# undef ACE_INLINE
# define ACE_INLINE
#endif /* ACE_HAS_INLINED_OSCALLS */

ACE_INLINE
HTTP_SCode_Node::operator int (void) const
{
  return this->code_;
}

ACE_INLINE
HTTP_SCode_Node::operator const char * (void) const
{
  return this->code_str_;
}