summaryrefslogtreecommitdiff
path: root/TAO/tao/UserException.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/UserException.inl')
-rw-r--r--TAO/tao/UserException.inl6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/UserException.inl b/TAO/tao/UserException.inl
index 4b3730615c8..a8ca0e78f23 100644
--- a/TAO/tao/UserException.inl
+++ b/TAO/tao/UserException.inl
@@ -19,3 +19,9 @@ CORBA::UserException::_downcast (CORBA::Exception const * exception)
{
return dynamic_cast<const CORBA::UserException *> (exception);
}
+
+ACE_INLINE CORBA::TypeCode_ptr
+CORBA::UserException::_tao_type (void) const
+{
+ return 0;
+}