repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
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
blob
870eded57ee99c0ec7f5a10d3432cee781ac9fe3
1
// -*- c++ -*-
2
#if !defined (ACE_HAS_INLINED_OSCALLS)
3
# undef ACE_INLINE
4
# define ACE_INLINE
5
#endif /* ACE_HAS_INLINED_OSCALLS */
6
7
ACE_INLINE
8
HTTP_SCode_Node::operator int () const
9
{
10
return this->code_;
11
}
12
13
ACE_INLINE
14
HTTP_SCode_Node::operator const char * () const
15
{
16
return this->code_str_;
17
}