summaryrefslogtreecommitdiff
path: root/TAO/tao/NVList.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-24 13:28:35 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-24 13:28:35 +0000
commit098294d3ff4a69abb8fb7d023db325297f7e43af (patch)
tree4353df24a7f8e3e9a0a6fb49eb3b45d6fd7ea05c /TAO/tao/NVList.h
parent6a0480358b46379cadd77498043c3ad69f57cb8e (diff)
downloadATCD-098294d3ff4a69abb8fb7d023db325297f7e43af.tar.gz
#include the .i file in the .h/.cpp file instead of corba.h
Diffstat (limited to 'TAO/tao/NVList.h')
-rw-r--r--TAO/tao/NVList.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/NVList.h b/TAO/tao/NVList.h
index 5dff27b1220..36ab8139896 100644
--- a/TAO/tao/NVList.h
+++ b/TAO/tao/NVList.h
@@ -157,4 +157,8 @@ private:
friend class CORBA_Request;
};
+#if defined (__ACE_INLINE__)
+# include "tao/NVList.i"
+#endif /* __ACE_INLINE__ */
+
#endif /* TAO_NVLIST_H */