summaryrefslogtreecommitdiff
path: root/TAO/tao/NVList.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-18 05:19:36 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-18 05:19:36 +0000
commit160d1e4ac164e32724456ce83d2082030872261d (patch)
tree605e0d93403692da833efa5779163e723afe36c8 /TAO/tao/NVList.h
parentacdf7746850ddde0e9412a92c30c0b242d9b5838 (diff)
downloadATCD-160d1e4ac164e32724456ce83d2082030872261d.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/NVList.h')
-rw-r--r--TAO/tao/NVList.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/NVList.h b/TAO/tao/NVList.h
index 25dc19a966d..69ba4e38e75 100644
--- a/TAO/tao/NVList.h
+++ b/TAO/tao/NVList.h
@@ -19,6 +19,10 @@
#ifndef TAO_NVLIST_H
#define TAO_NVLIST_H
+#include "tao/orbconf.h"
+
+#if !defined (TAO_HAS_MINIMUM_CORBA)
+
#include "ace/Containers_T.h"
#include "tao/Any.h"
@@ -312,4 +316,6 @@ private:
# include "tao/NVList.i"
#endif /* __ACE_INLINE__ */
+#endif /* TAO_HAS_MINIMUM_CORBA */
+
#endif /* TAO_NVLIST_H */