summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/common/Exception.inl
blob: 515546bc4c7e4237cc8f2ed33f840b46438ed1a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// -*- C++ -*-

ACEXML_INLINE const ACEXML_Char *
ACEXML_Exception::id (void) const
{
  return ACEXML_Exception::exception_name_;
}

ACEXML_INLINE ACEXML_Exception*
ACEXML_Exception::_downcast (ACEXML_Exception* x)
{
  return x;
}