summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-17 00:06:20 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-17 00:06:20 +0000
commit6da868031628ff3d030eb961a99d5f8955e4457e (patch)
tree646a8e260678da8193e50d03164d34fbfc4a0647 /TAO/tao/Exception.h
parent2b65df70f59b6db82e5fe61c4446732a76934093 (diff)
downloadATCD-6da868031628ff3d030eb961a99d5f8955e4457e.tar.gz
ChangeLogTag: Sun Nov 16 18:04:05 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Exception.h')
-rw-r--r--TAO/tao/Exception.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Exception.h b/TAO/tao/Exception.h
index b86f29dd6c2..04bd19c1a97 100644
--- a/TAO/tao/Exception.h
+++ b/TAO/tao/Exception.h
@@ -129,7 +129,7 @@ namespace CORBA
virtual ~Exception (void);
// = To throw the exception (when using the standard mapping).
- virtual void _raise (void) const = 0;
+ virtual void _raise (void) const {}
// = The static narrow operation.
static Exception *_downcast (Exception *x);
@@ -229,7 +229,7 @@ namespace CORBA
/// The const version of narrow operation
static const UserException *_downcast (const CORBA::Exception *exception);
- virtual void _raise (void) const = 0;
+ virtual void _raise (void) const {}
// = TAO specific extension.