summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/Exception.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tao/Exception.inl')
-rw-r--r--ACE/TAO/tao/Exception.inl19
1 files changed, 19 insertions, 0 deletions
diff --git a/ACE/TAO/tao/Exception.inl b/ACE/TAO/tao/Exception.inl
new file mode 100644
index 00000000000..2a77bfab959
--- /dev/null
+++ b/ACE/TAO/tao/Exception.inl
@@ -0,0 +1,19 @@
+// -*- C++ -*-
+//
+// $Id$
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE CORBA::Exception *
+CORBA::Exception::_downcast (CORBA::Exception * x)
+{
+ return x;
+}
+
+ACE_INLINE CORBA::Exception const *
+CORBA::Exception::_downcast (CORBA::Exception const * x)
+{
+ return x;
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL