Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / ACE / apps / JAWS2 / HTTPU / http_status.inl
blob870eded57ee99c0ec7f5a10d3432cee781ac9fe3
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_SCode_Node::operator int () const
10   return this->code_;
13 ACE_INLINE
14 HTTP_SCode_Node::operator const char * () const
16   return this->code_str_;