Exception.inl

Go to the documentation of this file.
00001 // -*- C++ -*- $Id: Exception.inl 80826 2008-03-04 14:51:23Z wotte $
00002 
00003 ACEXML_INLINE const ACEXML_Char *
00004 ACEXML_Exception::id (void) const
00005 {
00006   return ACEXML_Exception::exception_name_;
00007 }
00008 
00009 ACEXML_INLINE ACEXML_Exception*
00010 ACEXML_Exception::_downcast (ACEXML_Exception* x)
00011 {
00012   return x;
00013 }

Generated on Tue Feb 2 17:37:00 2010 for ACEXML by  doxygen 1.4.7