summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-08-06 20:51:14 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-08-06 20:51:14 +0000
commit9ef6e9f8bc57551d9ad1fe84da7cde9e4b27125f (patch)
tree217066bb25f7612f656d4c2fa87b97787945100c /TAO/tao/Exception.h
parent93f7df5a05a37270bf748c210e7b8c8a7d7c469e (diff)
downloadATCD-9ef6e9f8bc57551d9ad1fe84da7cde9e4b27125f.tar.gz
ChangeLogTag:Sun Aug 06 16:46:31 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Exception.h')
-rw-r--r--TAO/tao/Exception.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Exception.h b/TAO/tao/Exception.h
index 5196c3dbfc9..4069b85f6e6 100644
--- a/TAO/tao/Exception.h
+++ b/TAO/tao/Exception.h
@@ -384,6 +384,10 @@ private:
// typecodes. Since at the time, the ORB is mostly still not
// available. Using a separate allocator prevent CDR routine from
// accessing the optimized allocators from the ORB.
+
+ static int initialized_;
+ // Flag that denotes that the TAO's CORBA exceptions have been
+ // initialized.
};
class CORBA_ExceptionList;