summaryrefslogtreecommitdiff
path: root/TAO/tao/orbconf.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-10-15 08:46:43 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-10-15 08:46:43 +0200
commit763d7f441d352a55438968dcd9b5c077bdbc3a06 (patch)
treed0ab72449769230eb9c0d3fc04268749c62fc8ca /TAO/tao/orbconf.h
parentc4559d9048a3f386528984d8f5d96259642a6a2b (diff)
downloadATCD-763d7f441d352a55438968dcd9b5c077bdbc3a06.tar.gz
Removed support for STL iterators which was disabled by default using TAO_HAS_SEQUENCE_ITERATORS and which didn't work without crashes
* TAO/tao/MM_Sequence_Iterator_T.h: * TAO/tests/Sequence_Iterators/.gitignore: * TAO/tests/Sequence_Iterators/Bounded_String.cpp: * TAO/tests/Sequence_Iterators/Sequence_Iterators.mpc: * TAO/tests/Sequence_Iterators/StringSeq.cpp: * TAO/tests/Sequence_Iterators/Unbounded_Objectref.cpp: * TAO/tests/Sequence_Iterators/Unbounded_Value.cpp: * TAO/tests/Sequence_Iterators/mock_reference.cpp: * TAO/tests/Sequence_Iterators/mock_reference.hpp: * TAO/tests/Sequence_Iterators/run_test.pl: * TAO/tests/Sequence_Iterators/testing_counters.hpp: * TAO/tests/Sequence_Iterators/testing_exception.hpp: Deleted. * TAO/bin/tao_orb_tests.lst: * TAO/tao/Bounded_Basic_String_Sequence_T.h: * TAO/tao/Bounded_Object_Reference_Sequence_T.h: * TAO/tao/Generic_Sequence_T.h: * TAO/tao/Unbounded_Basic_String_Sequence_T.h: * TAO/tao/Unbounded_Object_Reference_Sequence_T.h: * TAO/tao/Unbounded_Value_Sequence_T.h: * TAO/tao/Valuetype/Bounded_Valuetype_Sequence_T.h: * TAO/tao/Valuetype/Unbounded_Valuetype_Sequence_T.h: * TAO/tao/orbconf.h: * TAO/tao/tao.mpc:
Diffstat (limited to 'TAO/tao/orbconf.h')
-rw-r--r--TAO/tao/orbconf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h
index 86530c3e4e7..de5905aea50 100644
--- a/TAO/tao/orbconf.h
+++ b/TAO/tao/orbconf.h
@@ -853,10 +853,6 @@ enum TAO_Policy_Scope
# endif
#endif
-#if !defined (TAO_HAS_SEQUENCE_ITERATORS)
-# define TAO_HAS_SEQUENCE_ITERATORS 0
-#endif
-
#if !defined (TAO_DEFAULT_COLLOCATION_STRATEGY)
# define TAO_DEFAULT_COLLOCATION_STRATEGY TAO_COLLOCATION_THRU_POA
#endif