summaryrefslogtreecommitdiff
path: root/TAO/tao/orbconf.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-03-23 09:55:43 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-03-23 09:55:43 +0000
commit01bfd7c8a6335013cf9c385dc53b7f48101c0c96 (patch)
treeafec899c0e18bd892d0e1cb01d66ee23d1319da1 /TAO/tao/orbconf.h
parent28c1208615a2f9ed300cfccd4488d8f889d1e0ab (diff)
downloadATCD-01bfd7c8a6335013cf9c385dc53b7f48101c0c96.tar.gz
Mon Mar 23 09:55:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Bounded_Basic_String_Sequence_T.h * tao/Bounded_Object_Reference_Sequence_T.h * tao/Generic_Sequence_T.h * tao/Makefile.am * tao/MM_Sequence_Iterator_T.h * tao/orbconf.h * tao/tao.mpc * tao/Unbounded_Basic_String_Sequence_T.h * tao/Unbounded_Object_Reference_Sequence_T.h * tao/Unbounded_Value_Sequence_T.h * tests/Sequence_Iterators/* Added support for STL iterators for the CORBA sequences. This has been developed by Joe Hoffert <jhoffert at dre dot vanderbilt dot edu> The code is not 100% finished yet, some last memory leaks and portability issues are left. By merging this to svn head it is much easier to test the code on all the platforms. This feature is disabled by default, you have to define TAO_HAS_SEQUENCE_ITERATORS to 1 in your config.h file to enable this feature. Be aware that these STL iterators are a TAO specific addition and are not part of the CORBA C++ mapping
Diffstat (limited to 'TAO/tao/orbconf.h')
-rw-r--r--TAO/tao/orbconf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h
index 4f0d9f92bf7..b980e3b1e5c 100644
--- a/TAO/tao/orbconf.h
+++ b/TAO/tao/orbconf.h
@@ -911,6 +911,10 @@ enum TAO_Policy_Scope
# endif
#endif
+#if !defined (TAO_HAS_SEQUENCE_ITERATORS)
+# define TAO_HAS_SEQUENCE_ITERATORS 0
+#endif
+
TAO_END_VERSIONED_NAMESPACE_DECL
#include /**/ "ace/post.h"