summaryrefslogtreecommitdiff
path: root/TAO/tao/Environment.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-11 21:35:33 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-11 21:35:33 +0000
commitaca1395d51205e5f84a73501f156fc679b652783 (patch)
treeab141091867183d4f3dfce7d7986eceb7089d9ac /TAO/tao/Environment.h
parent6b53d27ff8179672c7a46f616271b56d960ceadd (diff)
downloadATCD-aca1395d51205e5f84a73501f156fc679b652783.tar.gz
Flick changes
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__)