diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-01-07 16:35:11 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-01-07 16:35:11 +0100 |
commit | b67c7965596044a438458d3f703531a9acc94bde (patch) | |
tree | 7aeb452d5cd207d8af243d264bd5158321123ce5 | |
parent | 7ccdbcae5788afb4b817e41afb489890ef68bd61 (diff) | |
download | ATCD-b67c7965596044a438458d3f703531a9acc94bde.tar.gz |
Also search hpp files
38 files changed, 1 insertions, 67 deletions
diff --git a/ACE/ace/XML_Utils/XMLSchema/Traversal.hpp b/ACE/ace/XML_Utils/XMLSchema/Traversal.hpp index 776505ceb85..970e0a6d3eb 100644 --- a/ACE/ace/XML_Utils/XMLSchema/Traversal.hpp +++ b/ACE/ace/XML_Utils/XMLSchema/Traversal.hpp @@ -1,7 +1,5 @@ // file : XMLSchema/Traversal.hpp // author : Boris Kolpackov <boris@dre.vanderbilt.edu> -// cvs-id : $Id$ - #ifndef XMLSCHEMA_TRAVERSAL_HPP #define XMLSCHEMA_TRAVERSAL_HPP diff --git a/ACE/ace/XML_Utils/XMLSchema/TypeInfo.hpp b/ACE/ace/XML_Utils/XMLSchema/TypeInfo.hpp index 4c29bf1eec7..2016982b73b 100644 --- a/ACE/ace/XML_Utils/XMLSchema/TypeInfo.hpp +++ b/ACE/ace/XML_Utils/XMLSchema/TypeInfo.hpp @@ -1,7 +1,5 @@ // file : XMLSchema/TypeInfo.hpp // author : Boris Kolpackov <boris@dre.vanderbilt.edu> -// cvs-id : $Id$ - #ifndef XMLSCHEMA_TYPE_INFO_HPP #define XMLSCHEMA_TYPE_INFO_HPP diff --git a/ACE/ace/XML_Utils/XMLSchema/Types.hpp b/ACE/ace/XML_Utils/XMLSchema/Types.hpp index b989201887e..9027786a834 100644 --- a/ACE/ace/XML_Utils/XMLSchema/Types.hpp +++ b/ACE/ace/XML_Utils/XMLSchema/Types.hpp @@ -1,7 +1,5 @@ // file : XMLSchema/Types.hpp // author : Boris Kolpackov <boris@dre.vanderbilt.edu> -// cvs-id : $Id$ - #ifndef XMLSCHEMA_TYPES_HPP #define XMLSCHEMA_TYPES_HPP diff --git a/ACE/ace/XML_Utils/XMLSchema/Writer.hpp b/ACE/ace/XML_Utils/XMLSchema/Writer.hpp index 9cca39e4e99..781432b8fda 100644 --- a/ACE/ace/XML_Utils/XMLSchema/Writer.hpp +++ b/ACE/ace/XML_Utils/XMLSchema/Writer.hpp @@ -1,7 +1,5 @@ // file : XMLSchema/Writer.hpp // author : Boris Kolpackov <boris@dre.vanderbilt.edu> -// cvs-id : $Id$ - #ifndef XMLSCHEMA_WRITER_HPP #define XMLSCHEMA_WRITER_HPP diff --git a/ACE/ace/XML_Utils/XMLSchema/id_map.hpp b/ACE/ace/XML_Utils/XMLSchema/id_map.hpp index 07691c54b68..2803a5a85be 100644 --- a/ACE/ace/XML_Utils/XMLSchema/id_map.hpp +++ b/ACE/ace/XML_Utils/XMLSchema/id_map.hpp @@ -1,6 +1,4 @@ // -*- C++ -*- -// $Id$ - //============================================================================= /** * @file id_map.hpp diff --git a/ACE/ace/XML_Utils/XSCRT/Elements.hpp b/ACE/ace/XML_Utils/XSCRT/Elements.hpp index 9169758d858..601e0f9f338 100644 --- a/ACE/ace/XML_Utils/XSCRT/Elements.hpp +++ b/ACE/ace/XML_Utils/XSCRT/Elements.hpp @@ -1,7 +1,5 @@ // file : XSCRT/Elements.hpp // author : Boris Kolpackov <boris@dre.vanderbilt.edu> -// cvs-id : $Id$ - #ifndef XSCRT_ELEMENTS_HPP #define XSCRT_ELEMENTS_HPP diff --git a/ACE/ace/XML_Utils/XSCRT/ExtendedTypeInfo.hpp b/ACE/ace/XML_Utils/XSCRT/ExtendedTypeInfo.hpp index 7575b9f1b5a..90c4e37c597 100644 --- a/ACE/ace/XML_Utils/XSCRT/ExtendedTypeInfo.hpp +++ b/ACE/ace/XML_Utils/XSCRT/ExtendedTypeInfo.hpp @@ -1,7 +1,5 @@ // file : XSCRT/ExtendedTypeInfo.hpp // author : Boris Kolpackov <boris@dre.vanderbilt.edu> -// cvs-id : $Id$ - #ifndef XSCRT_EXTENDED_TYPE_INFO_HPP #define XSCRT_EXTENDED_TYPE_INFO_HPP diff --git a/ACE/ace/XML_Utils/XSCRT/Parser.hpp b/ACE/ace/XML_Utils/XSCRT/Parser.hpp index 819eef25bf0..0f7fb87edb3 100644 --- a/ACE/ace/XML_Utils/XSCRT/Parser.hpp +++ b/ACE/ace/XML_Utils/XSCRT/Parser.hpp @@ -1,7 +1,5 @@ // file : XSCRT/Parser.hpp // author : Boris Kolpackov <boris@dre.vanderbilt.edu> -// cvs-id : $Id$ - #ifndef XSCRT_PARSER_HPP #define XSCRT_PARSER_HPP diff --git a/ACE/ace/XML_Utils/XSCRT/Traversal.hpp b/ACE/ace/XML_Utils/XSCRT/Traversal.hpp index 5043f158a45..b77f077d284 100644 --- a/ACE/ace/XML_Utils/XSCRT/Traversal.hpp +++ b/ACE/ace/XML_Utils/XSCRT/Traversal.hpp @@ -1,7 +1,5 @@ // file : XSCRT/Traversal.hpp // author : Boris Kolpackov <boris@dre.vanderbilt.edu> -// cvs-id : $Id$ - #ifndef XSCRT_TRAVERSAL_HPP #define XSCRT_TRAVERSAL_HPP diff --git a/ACE/ace/XML_Utils/XSCRT/Writer.hpp b/ACE/ace/XML_Utils/XSCRT/Writer.hpp index e066858bb06..13c64d9b61b 100644 --- a/ACE/ace/XML_Utils/XSCRT/Writer.hpp +++ b/ACE/ace/XML_Utils/XSCRT/Writer.hpp @@ -1,7 +1,5 @@ // file : XSCRT/Writer.hpp // author : Boris Kolpackov <boris@dre.vanderbilt.edu> -// cvs-id : $Id$ - #ifndef XSCRT_WRITER_HPP #define XSCRT_WRITER_HPP diff --git a/ACE/ace/XML_Utils/XSCRT/XML.hpp b/ACE/ace/XML_Utils/XSCRT/XML.hpp index b365ecabfda..ce4b51284b3 100644 --- a/ACE/ace/XML_Utils/XSCRT/XML.hpp +++ b/ACE/ace/XML_Utils/XSCRT/XML.hpp @@ -1,7 +1,5 @@ // file : XSCRT/XML.hpp // author : Boris Kolpackov <boris@dre.vanderbilt.edu> -// cvs-id : $Id$ - #ifndef XSCRT_XML_HPP #define XSCRT_XML_HPP diff --git a/ACE/ace/XML_Utils/XSCRT/XMLSchema.hpp b/ACE/ace/XML_Utils/XSCRT/XMLSchema.hpp index 3229aa8bc9f..0395664b593 100644 --- a/ACE/ace/XML_Utils/XSCRT/XMLSchema.hpp +++ b/ACE/ace/XML_Utils/XSCRT/XMLSchema.hpp @@ -1,7 +1,5 @@ // file : XSCRT/XMLSchema.hpp // author : Boris Kolpackov <boris@dre.vanderbilt.edu> -// cvs-id : $Id$ - #ifndef XSCRT_XMLSCHEMA_HPP #define XSCRT_XMLSCHEMA_HPP diff --git a/ACE/bin/zap_svn_id.pl b/ACE/bin/zap_svn_id.pl index 6c3708b77bb..2f920fa3d17 100755 --- a/ACE/bin/zap_svn_id.pl +++ b/ACE/bin/zap_svn_id.pl @@ -7,7 +7,7 @@ eval '(exit $?0)' && eval 'exec perl -pi -S $0 ${1+"$@"}' # You may want to run the "find" command with this script, which maybe # something like this: # -# find . -type f \( -name "*.inl" -o -name "*.h" -o -name "*.cpp" -o -name "*.mpc" -o -name "*.idl" -o -name "*.conf" -o -name "*.mpb" \) -print | xargs $ACE_ROOT/bin/zap_svn_id.pl +# find . -type f \( -name "*.inl" -o -name "*.h" -o -name "*.cpp" -o -name "*.mpc" -o -name "*.idl" -o -name "*.conf" -o -name "*.mpb" -o -name "*.hpp" \) -print | xargs $ACE_ROOT/bin/zap_svn_id.pl # The first three lines above let this script run without specifying the # full path to perl, as long as it is in the user's PATH. @@ -43,4 +43,3 @@ BEGIN{undef $/;} s/\/\/ -\*- C\+\+ -\*- \$Id\$\n/\/\/ -\*- C\+\+ -\*-\n/smg; BEGIN{undef $/;} s/\/\/ -\*- C\+\+ -\*- \$Id\$\n/\/\/ -\*- C\+\+ -\*-\n/smg; # Replace a three line doxygen style Id tag with just line * BEGIN{undef $/;} s/\/\*\n \* \$Id\$\n \*\n/\/\*\n/smg; - diff --git a/ACE/protocols/ace/TMCast/Export.hpp b/ACE/protocols/ace/TMCast/Export.hpp index bf04f7ee114..5fdd1bad665 100644 --- a/ACE/protocols/ace/TMCast/Export.hpp +++ b/ACE/protocols/ace/TMCast/Export.hpp @@ -1,6 +1,5 @@ // -*- C++ -*- -// $Id$ // Definition for Win32 Export directives. // This file is generated automatically by generate_export_file.pl ACE_TMCast // ------------------------------ diff --git a/ACE/protocols/ace/TMCast/FaultDetector.hpp b/ACE/protocols/ace/TMCast/FaultDetector.hpp index b629cf27078..845e829336d 100644 --- a/ACE/protocols/ace/TMCast/FaultDetector.hpp +++ b/ACE/protocols/ace/TMCast/FaultDetector.hpp @@ -1,4 +1,3 @@ -// $Id$ // author : Boris Kolpackov <boris@dre.vanderbilt.edu> #include "Protocol.hpp" diff --git a/ACE/protocols/ace/TMCast/Group.hpp b/ACE/protocols/ace/TMCast/Group.hpp index 55adb735a87..1c0a28f91ec 100644 --- a/ACE/protocols/ace/TMCast/Group.hpp +++ b/ACE/protocols/ace/TMCast/Group.hpp @@ -1,4 +1,3 @@ -// $Id$ // author : Boris Kolpackov <boris@dre.vanderbilt.edu> #ifndef TMCAST_GROUP_HPP diff --git a/ACE/protocols/ace/TMCast/GroupFwd.hpp b/ACE/protocols/ace/TMCast/GroupFwd.hpp index 43da9eef0a6..5f06fb35d23 100644 --- a/ACE/protocols/ace/TMCast/GroupFwd.hpp +++ b/ACE/protocols/ace/TMCast/GroupFwd.hpp @@ -1,4 +1,3 @@ -// $Id$ // author : Boris Kolpackov <boris@dre.vanderbilt.edu> #ifndef TMCAST_GROUP_FWD_HPP diff --git a/ACE/protocols/ace/TMCast/LinkListener.hpp b/ACE/protocols/ace/TMCast/LinkListener.hpp index c432e2f54f2..76944d9d4c9 100644 --- a/ACE/protocols/ace/TMCast/LinkListener.hpp +++ b/ACE/protocols/ace/TMCast/LinkListener.hpp @@ -1,4 +1,3 @@ -// $Id$ // author : Boris Kolpackov <boris@dre.vanderbilt.edu> // OS primitives diff --git a/ACE/protocols/ace/TMCast/MTQueue.hpp b/ACE/protocols/ace/TMCast/MTQueue.hpp index 2905ea0564f..d57187b28e7 100644 --- a/ACE/protocols/ace/TMCast/MTQueue.hpp +++ b/ACE/protocols/ace/TMCast/MTQueue.hpp @@ -1,4 +1,3 @@ -// $Id$ // author : Boris Kolpackov <boris@dre.vanderbilt.edu> #ifndef TMCAST_MT_QUEUE_HPP diff --git a/ACE/protocols/ace/TMCast/Messaging.hpp b/ACE/protocols/ace/TMCast/Messaging.hpp index a75191f23f0..883f52273e5 100644 --- a/ACE/protocols/ace/TMCast/Messaging.hpp +++ b/ACE/protocols/ace/TMCast/Messaging.hpp @@ -1,4 +1,3 @@ -// $Id$ // author : Boris Kolpackov <boris@dre.vanderbilt.edu> #ifndef TMCAST_MESSAGING_HPP diff --git a/ACE/protocols/ace/TMCast/Protocol.hpp b/ACE/protocols/ace/TMCast/Protocol.hpp index 91ef5ab4dab..d61c26d8173 100644 --- a/ACE/protocols/ace/TMCast/Protocol.hpp +++ b/ACE/protocols/ace/TMCast/Protocol.hpp @@ -1,4 +1,3 @@ -// $Id$ // author : Boris Kolpackov <boris@dre.vanderbilt.edu> #ifndef TMCAST_PROTOCOL_HPP diff --git a/ACE/protocols/ace/TMCast/TransactionController.hpp b/ACE/protocols/ace/TMCast/TransactionController.hpp index 5b3ea117aaf..43ff7a9ee8c 100644 --- a/ACE/protocols/ace/TMCast/TransactionController.hpp +++ b/ACE/protocols/ace/TMCast/TransactionController.hpp @@ -1,4 +1,3 @@ -// $Id$ // author : Boris Kolpackov <boris@dre.vanderbilt.edu> #include "ace/OS_NS_string.h" diff --git a/TAO/tests/Sequence_Iterators/mock_reference.hpp b/TAO/tests/Sequence_Iterators/mock_reference.hpp index ecac1eb6eb1..31ed319199c 100644 --- a/TAO/tests/Sequence_Iterators/mock_reference.hpp +++ b/TAO/tests/Sequence_Iterators/mock_reference.hpp @@ -6,8 +6,6 @@ * @brief Mock an object reference so we can test the sequences in * isolation. * - * $Id$ - * * @author Carlos O'Ryan */ #include "ace/config-all.h" diff --git a/TAO/tests/Sequence_Iterators/testing_counters.hpp b/TAO/tests/Sequence_Iterators/testing_counters.hpp index 3c8d6e5b7ec..fd190f2ec47 100644 --- a/TAO/tests/Sequence_Iterators/testing_counters.hpp +++ b/TAO/tests/Sequence_Iterators/testing_counters.hpp @@ -7,8 +7,6 @@ * called. Here we implement some simple helper classes for that * purpose. * - * $Id$ - * * @author Carlos O'Ryan */ diff --git a/TAO/tests/Sequence_Iterators/testing_exception.hpp b/TAO/tests/Sequence_Iterators/testing_exception.hpp index 2fc4c540197..8423204bfbb 100644 --- a/TAO/tests/Sequence_Iterators/testing_exception.hpp +++ b/TAO/tests/Sequence_Iterators/testing_exception.hpp @@ -5,8 +5,6 @@ * * @brief Simple exception to raise in the tests. * - * $Id$ - * * @author Carlos O'Ryan */ diff --git a/TAO/tests/Sequence_Unit_Tests/bounded_sequence_cdr.hpp b/TAO/tests/Sequence_Unit_Tests/bounded_sequence_cdr.hpp index fba15efe71f..6e303ed266c 100644 --- a/TAO/tests/Sequence_Unit_Tests/bounded_sequence_cdr.hpp +++ b/TAO/tests/Sequence_Unit_Tests/bounded_sequence_cdr.hpp @@ -5,8 +5,6 @@ * * @brief Extract the sequence * - * $Id$ - * * @author Carlos O'Ryan * @author Johnny Willemsen */ diff --git a/TAO/tests/Sequence_Unit_Tests/fwd_mock_reference.hpp b/TAO/tests/Sequence_Unit_Tests/fwd_mock_reference.hpp index a808d674fc4..3a56db19535 100644 --- a/TAO/tests/Sequence_Unit_Tests/fwd_mock_reference.hpp +++ b/TAO/tests/Sequence_Unit_Tests/fwd_mock_reference.hpp @@ -6,8 +6,6 @@ * @brief Mock an forward declared object reference so we can test the sequences * in isolation. * - * $Id$ - * * @author Johnny Willemsen <jwillemsen@remedy.nl> */ #include "ace/config-all.h" diff --git a/TAO/tests/Sequence_Unit_Tests/mock_array.hpp b/TAO/tests/Sequence_Unit_Tests/mock_array.hpp index c864d59dbf2..87985533956 100644 --- a/TAO/tests/Sequence_Unit_Tests/mock_array.hpp +++ b/TAO/tests/Sequence_Unit_Tests/mock_array.hpp @@ -6,8 +6,6 @@ * * @brief Mock an IDL-generated array * - * $Id$ - * * @author Carlos O'Ryan */ #include "testing_counters.hpp" diff --git a/TAO/tests/Sequence_Unit_Tests/mock_reference.hpp b/TAO/tests/Sequence_Unit_Tests/mock_reference.hpp index 0c2a4c21ecf..61708824b4c 100644 --- a/TAO/tests/Sequence_Unit_Tests/mock_reference.hpp +++ b/TAO/tests/Sequence_Unit_Tests/mock_reference.hpp @@ -6,8 +6,6 @@ * @brief Mock an object reference so we can test the sequences in * isolation. * - * $Id$ - * * @author Carlos O'Ryan */ #include "ace/config-all.h" diff --git a/TAO/tests/Sequence_Unit_Tests/string_sequence_tester.hpp b/TAO/tests/Sequence_Unit_Tests/string_sequence_tester.hpp index cfe469708a5..5ffdf62d68b 100644 --- a/TAO/tests/Sequence_Unit_Tests/string_sequence_tester.hpp +++ b/TAO/tests/Sequence_Unit_Tests/string_sequence_tester.hpp @@ -5,8 +5,6 @@ * * @brief Helper class to implement tests for *_string_sequence * - * $Id$ - * * @author Carlos O'Ryan */ #include "tao/String_Traits_T.h" diff --git a/TAO/tests/Sequence_Unit_Tests/testing_allocation_traits.hpp b/TAO/tests/Sequence_Unit_Tests/testing_allocation_traits.hpp index 8ebdeada068..9b937afc328 100644 --- a/TAO/tests/Sequence_Unit_Tests/testing_allocation_traits.hpp +++ b/TAO/tests/Sequence_Unit_Tests/testing_allocation_traits.hpp @@ -6,8 +6,6 @@ * @brief Specialize the allocation traits in a manner suitable for * testing. * - * $Id$ - * * @author Carlos O'Ryan */ diff --git a/TAO/tests/Sequence_Unit_Tests/testing_counters.hpp b/TAO/tests/Sequence_Unit_Tests/testing_counters.hpp index 7963526de82..32e7ab4eb41 100644 --- a/TAO/tests/Sequence_Unit_Tests/testing_counters.hpp +++ b/TAO/tests/Sequence_Unit_Tests/testing_counters.hpp @@ -7,8 +7,6 @@ * called. Here we implement some simple helper classes for that * purpose. * - * $Id$ - * * @author Carlos O'Ryan */ diff --git a/TAO/tests/Sequence_Unit_Tests/testing_exception.hpp b/TAO/tests/Sequence_Unit_Tests/testing_exception.hpp index 2fc4c540197..8423204bfbb 100644 --- a/TAO/tests/Sequence_Unit_Tests/testing_exception.hpp +++ b/TAO/tests/Sequence_Unit_Tests/testing_exception.hpp @@ -5,8 +5,6 @@ * * @brief Simple exception to raise in the tests. * - * $Id$ - * * @author Carlos O'Ryan */ diff --git a/TAO/tests/Sequence_Unit_Tests/testing_object_reference_traits.hpp b/TAO/tests/Sequence_Unit_Tests/testing_object_reference_traits.hpp index c627f477b3a..072945c6130 100644 --- a/TAO/tests/Sequence_Unit_Tests/testing_object_reference_traits.hpp +++ b/TAO/tests/Sequence_Unit_Tests/testing_object_reference_traits.hpp @@ -6,8 +6,6 @@ * @brief Specialize the object reference traits so they can be used * in testing. * - * $Id$ - * * @author Carlos O'Ryan */ diff --git a/TAO/tests/Sequence_Unit_Tests/testing_range_checking.hpp b/TAO/tests/Sequence_Unit_Tests/testing_range_checking.hpp index 4017b294901..2d5986724b7 100644 --- a/TAO/tests/Sequence_Unit_Tests/testing_range_checking.hpp +++ b/TAO/tests/Sequence_Unit_Tests/testing_range_checking.hpp @@ -6,8 +6,6 @@ * @brief Specialize the range_checking traits in a manner suitable * for testing. * - * $Id$ - * * @author Carlos O'Ryan */ diff --git a/TAO/tests/Sequence_Unit_Tests/testing_string_traits.hpp b/TAO/tests/Sequence_Unit_Tests/testing_string_traits.hpp index c333e70f932..87ed022d8de 100644 --- a/TAO/tests/Sequence_Unit_Tests/testing_string_traits.hpp +++ b/TAO/tests/Sequence_Unit_Tests/testing_string_traits.hpp @@ -5,8 +5,6 @@ * * @brief Specialize the string traits so they can be used in testing. * - * $Id$ - * * @author Carlos O'Ryan */ diff --git a/TAO/tests/Sequence_Unit_Tests/unbounded_sequence_cdr.hpp b/TAO/tests/Sequence_Unit_Tests/unbounded_sequence_cdr.hpp index fd1e9aac05b..e34cdba3e6d 100644 --- a/TAO/tests/Sequence_Unit_Tests/unbounded_sequence_cdr.hpp +++ b/TAO/tests/Sequence_Unit_Tests/unbounded_sequence_cdr.hpp @@ -5,8 +5,6 @@ * * @brief Extract the sequence * - * $Id$ - * * @author Carlos O'Ryan * @author Johnny Willemsen */ diff --git a/TAO/tests/Sequence_Unit_Tests/value_sequence_tester.hpp b/TAO/tests/Sequence_Unit_Tests/value_sequence_tester.hpp index d14d90c36c5..f2758fe5117 100644 --- a/TAO/tests/Sequence_Unit_Tests/value_sequence_tester.hpp +++ b/TAO/tests/Sequence_Unit_Tests/value_sequence_tester.hpp @@ -5,8 +5,6 @@ * * @brief Helper class to implement tests for *_value_sequence * - * $Id$ - * * @author Carlos O'Ryan */ #include "tao/Basic_Types.h" |