summaryrefslogtreecommitdiff
path: root/TAO/tao/Environment.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-15 23:34:26 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-15 23:34:26 +0000
commit90495b6eccdc9224c4db3740afdceec288aabc0e (patch)
tree3638977b455885cba1d41d40340289fe4e2ed7ca /TAO/tao/Environment.h
parent16b6478febbeba4b9e8b623100f4a8ea36f1ea04 (diff)
downloadATCD-90495b6eccdc9224c4db3740afdceec288aabc0e.tar.gz
Removed FLICK specific code
Diffstat (limited to 'TAO/tao/Environment.h')
-rw-r--r--TAO/tao/Environment.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/Environment.h b/TAO/tao/Environment.h
index 7af71ba3930..a1dde9d96a6 100644
--- a/TAO/tao/Environment.h
+++ b/TAO/tao/Environment.h
@@ -102,9 +102,7 @@ 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);
@@ -117,10 +115,6 @@ private:
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__)