Exception.inl

Go to the documentation of this file.
00001 // -*- C++ -*- $Id: Exception.inl 73790 2006-07-27 20:43:46Z 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 Sun Jan 27 13:04:15 2008 for ACEXML by doxygen 1.3.6