diff options
Diffstat (limited to 'TAO/tao/Context.h')
-rw-r--r-- | TAO/tao/Context.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Context.h b/TAO/tao/Context.h index 4647dc45ef0..f24fd9d4939 100644 --- a/TAO/tao/Context.h +++ b/TAO/tao/Context.h @@ -22,6 +22,8 @@ #include "tao/corbafwd.h" +#if !defined (TAO_HAS_MINIMUM_CORBA) + class TAO_Export CORBA_Context { // = TITLE @@ -288,4 +290,6 @@ private: # include "tao/Context.i" #endif /* __ACE_INLINE__ */ +#endif /* TAO_HAS_MINIMUM_CORBA */ + #endif /* TAO_CONTEXT_H */ |