summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-02-23 10:01:31 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-02-23 10:01:31 +0000
commit7d694130cbc3dfb459e85e1a640ef1d9b55fd7df (patch)
tree392858d0260188479cf43b84701bb50555856f48 /TAO/tao/Exception.h
parent515f037bf88cb630df4f8ad2a7a0f6acca2ec877 (diff)
downloadATCD-7d694130cbc3dfb459e85e1a640ef1d9b55fd7df.tar.gz
ChangeLogTag:Wed Feb 23 01:59:20 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Exception.h')
-rw-r--r--TAO/tao/Exception.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/TAO/tao/Exception.h b/TAO/tao/Exception.h
index d2dd1228992..040b0677cb8 100644
--- a/TAO/tao/Exception.h
+++ b/TAO/tao/Exception.h
@@ -107,6 +107,16 @@ namespace CORBA
{
public:
+ /// Copy constructor.
+ Exception (const Exception &src);
+
+ /// Assignment operator.
+ Exception & operator = (const Exception & src);
+
+ /// Construct from a respository id.
+ Exception (const char *repository_id,
+ const char *local_name);
+
/// Destructor.
virtual ~Exception (void);
@@ -180,16 +190,6 @@ namespace CORBA
/// Default constructor.
Exception (void);
- /// Copy constructor.
- Exception (const Exception &src);
-
- /// Assignment operator.
- Exception & operator = (const Exception & src);
-
- /// Construct from a respository id.
- Exception (const char *repository_id,
- const char *local_name);
-
private:
/// Repository Id