summaryrefslogtreecommitdiff
path: root/TAO/tao/UserException.inl
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-09-03 06:00:45 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-09-03 06:00:45 +0000
commit4cc66bca1246335c8bc53595499d3ca4301f7b37 (patch)
treea2a5cd600c2ee1eeb991f4a4854115ebfb70916c /TAO/tao/UserException.inl
parent36fb06ddece99a6208807c8c3a3f48daedac91f8 (diff)
downloadATCD-4cc66bca1246335c8bc53595499d3ca4301f7b37.tar.gz
ChangeLogTag:Thu Sep 2 22:21:35 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/UserException.inl')
-rw-r--r--TAO/tao/UserException.inl9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/tao/UserException.inl b/TAO/tao/UserException.inl
new file mode 100644
index 00000000000..509094f5757
--- /dev/null
+++ b/TAO/tao/UserException.inl
@@ -0,0 +1,9 @@
+// -*- C++ -*-
+//
+// $Id$
+
+ACE_INLINE
+CORBA::UserException::UserException (CORBA::UserException const & rhs)
+ : CORBA::Exception (rhs)
+{
+}