summaryrefslogtreecommitdiff
path: root/TAO/tao/Environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Environment.h')
-rw-r--r--TAO/tao/Environment.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/TAO/tao/Environment.h b/TAO/tao/Environment.h
index 47fb6b5ca0b..532f2b1f3c1 100644
--- a/TAO/tao/Environment.h
+++ b/TAO/tao/Environment.h
@@ -101,18 +101,25 @@ public:
// = Obtain a default environment to use with TAO.
static CORBA_Environment &default_environment (void);
+#if defined (TAO_USES_FLICK)
private:
+#endif /* TAO_USES_FLICK */
+
friend class TAO_ORB_Core;
CORBA_Environment (TAO_ORB_Core *orb_core);
// Initialize using a well known ORB Core; this is intended for the
// bootstraping of the ORB_Core, not for general consumption.
-private:
CORBA_Exception* exception_;
// Pointer to the exception object contained in the environment.
CORBA_Environment* previous_;
// The previous environment on the "default environment stack".
+
+#if defined (TAO_USES_FLICK)
+ int _major;
+ char *_id;
+#endif /* TAO_USES_FLICK */
};
#if defined (__ACE_INLINE__)