summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS2/HTTPU/http_status.inl
blob: 870eded57ee99c0ec7f5a10d3432cee781ac9fe3 (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 () const
{
  return this->code_;
}

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