summaryrefslogtreecommitdiff
path: root/TAO/tao/Typecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Typecode.h')
-rw-r--r--TAO/tao/Typecode.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Typecode.h b/TAO/tao/Typecode.h
index c487f98818b..282993d0748 100644
--- a/TAO/tao/Typecode.h
+++ b/TAO/tao/Typecode.h
@@ -580,6 +580,12 @@ public:
static void fini (void);
// Runtime finalization of all standard typecodes.
+private:
+
+ static int initialized_;
+ // Flag that denotes that the TAO TypeCode constants have been
+ // initialized.
+
};
// These operators are too complex to be inline....