summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.h
diff options
context:
space:
mode:
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;