summaryrefslogtreecommitdiff
path: root/trunk/ACE/ACEXML/common/Exception.inl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ACE/ACEXML/common/Exception.inl')
-rw-r--r--trunk/ACE/ACEXML/common/Exception.inl13
1 files changed, 13 insertions, 0 deletions
diff --git a/trunk/ACE/ACEXML/common/Exception.inl b/trunk/ACE/ACEXML/common/Exception.inl
new file mode 100644
index 00000000000..e2d97fa37ea
--- /dev/null
+++ b/trunk/ACE/ACEXML/common/Exception.inl
@@ -0,0 +1,13 @@
+// -*- C++ -*- $Id$
+
+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;
+}