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
/
ACEXML
/
common
/
Exception.inl
blob
f1d086757d4cb11a8cde1ab5bcf4cb15422b94f4
1
// -*- C++ -*-
2
3
ACEXML_INLINE const ACEXML_Char *
4
ACEXML_Exception::id () const
5
{
6
return ACEXML_Exception::exception_name_;
7
}
8
9
ACEXML_INLINE ACEXML_Exception*
10
ACEXML_Exception::_downcast (ACEXML_Exception* x)
11
{
12
return x;
13
}