summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/Environment.h2
-rw-r--r--TAO/tao/Exception.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Environment.h b/TAO/tao/Environment.h
index 51b96263651..7af71ba3930 100644
--- a/TAO/tao/Environment.h
+++ b/TAO/tao/Environment.h
@@ -102,7 +102,7 @@ public:
// = Obtain a default environment to use with TAO.
static CORBA_Environment &default_environment (void);
-#if defined (TAO_USES_FLICK)
+#if !defined (TAO_USES_FLICK)
private:
#endif /* TAO_USES_FLICK */
diff --git a/TAO/tao/Exception.h b/TAO/tao/Exception.h
index 7ecd7a5ff07..6b29cc34c57 100644
--- a/TAO/tao/Exception.h
+++ b/TAO/tao/Exception.h
@@ -174,7 +174,7 @@ public:
virtual void _raise (void);
-#if defined (TAO_USES_FLICK)
+#if !defined (TAO_USES_FLICK)
private:
#endif /* TAO_USES_FLICK */