summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.i
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-22 20:56:30 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-22 20:56:30 +0000
commit6dc3ed03cfbefede2384c4ebc364f08627a20986 (patch)
tree82b4f5e48f7b17f6d3e7227993cf35bf024a0d2a /TAO/tao/Exception.i
parent422c3610b309b7e65f29439ed379e13e535f2c73 (diff)
downloadATCD-6dc3ed03cfbefede2384c4ebc364f08627a20986.tar.gz
Added copy ctro and operator= for UserException.
Diffstat (limited to 'TAO/tao/Exception.i')
-rw-r--r--TAO/tao/Exception.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Exception.i b/TAO/tao/Exception.i
index 70cfd707c0e..576ae4913f8 100644
--- a/TAO/tao/Exception.i
+++ b/TAO/tao/Exception.i
@@ -19,6 +19,12 @@ CORBA_Exception::operator delete (void *p)
::operator delete (p);
}
+ACE_INLINE
+CORBA_UserException::CORBA_UserException (const CORBA_UserException &src)
+ : CORBA_Exception (src)
+{
+}
+
ACE_INLINE CORBA::ULong
CORBA_SystemException::minor (void) const
{