diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-09 12:20:05 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-09 12:20:05 +0000 |
commit | 3c0758485315a3a3522f4eb1d418a2bf0b5b5c04 (patch) | |
tree | 19880a7c590ac8eba945cf17e6975601413e597b /TAO | |
parent | b2540e90352ac5eb3f17106d3a77e797242fd217 (diff) | |
download | ATCD-3c0758485315a3a3522f4eb1d418a2bf0b5b5c04.tar.gz |
Thu Sep 9 12:15:57 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/ImplRepo_Service/Locator_Repository.cpp:
* orbsvcs/examples/Log/Event/Event_Consumer.cpp:
* orbsvcs/orbsvcs/FaultTolerance/FT_ClientService_Activate.cpp:
* orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp:
* orbsvcs/orbsvcs/FaultTolerance/FT_ServerService_Activate.cpp:
* orbsvcs/orbsvcs/FaultTolerance/FT_Service_Activate.cpp:
* orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp:
* orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:
* orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/RPS_Monitor.cpp:
* orbsvcs/tests/Concurrency/CC_naming_service.cpp:
* performance-tests/Memory/IORsize/Foo_i.cpp:
* performance-tests/Memory/IORsize/Memory_Growth.h:
* performance-tests/Memory/IORsize/Test.idl:
* tests/Bug_1476_Regression/Sender_i.cpp:
* tests/Codec/client.cpp:
* tests/File_IO/server.cpp:
* tests/IOR_Endpoint_Hostnames/list_interfaces.cpp:
* tests/MT_BiDir/Sender_i.cpp:
* tests/ORB_Local_Config/Bug_1459/Test.cpp:
* tests/ORB_Local_Config/Service_Dependency/Service_Config_DLL.cpp:
* tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.cpp:
* tests/ORT/ORT_test_IORInterceptor.cpp:
* tests/ORT/ServerORBInitializer.cpp:
* tests/Oneways_Invoking_Twoways/Receiver_i.cpp:
* tests/Portable_Interceptors/Bug_2510_Regression/test_i.cpp:
* tests/Portable_Interceptors/PolicyFactory/Server_ORBInitializer.cpp:
Fixed fuzz
Diffstat (limited to 'TAO')
27 files changed, 69 insertions, 17 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 303c496c078..2abe2bbc645 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,33 @@ +Thu Sep 9 12:15:57 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl> + + * orbsvcs/ImplRepo_Service/Locator_Repository.cpp: + * orbsvcs/examples/Log/Event/Event_Consumer.cpp: + * orbsvcs/orbsvcs/FaultTolerance/FT_ClientService_Activate.cpp: + * orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp: + * orbsvcs/orbsvcs/FaultTolerance/FT_ServerService_Activate.cpp: + * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Activate.cpp: + * orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp: + * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp: + * orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/RPS_Monitor.cpp: + * orbsvcs/tests/Concurrency/CC_naming_service.cpp: + * performance-tests/Memory/IORsize/Foo_i.cpp: + * performance-tests/Memory/IORsize/Memory_Growth.h: + * performance-tests/Memory/IORsize/Test.idl: + * tests/Bug_1476_Regression/Sender_i.cpp: + * tests/Codec/client.cpp: + * tests/File_IO/server.cpp: + * tests/IOR_Endpoint_Hostnames/list_interfaces.cpp: + * tests/MT_BiDir/Sender_i.cpp: + * tests/ORB_Local_Config/Bug_1459/Test.cpp: + * tests/ORB_Local_Config/Service_Dependency/Service_Config_DLL.cpp: + * tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.cpp: + * tests/ORT/ORT_test_IORInterceptor.cpp: + * tests/ORT/ServerORBInitializer.cpp: + * tests/Oneways_Invoking_Twoways/Receiver_i.cpp: + * tests/Portable_Interceptors/Bug_2510_Regression/test_i.cpp: + * tests/Portable_Interceptors/PolicyFactory/Server_ORBInitializer.cpp: + Fixed fuzz + Thu Sep 9 11:20:47 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl> * DevGuideExamples/AMH_AMI/inner_server.cpp: diff --git a/TAO/orbsvcs/ImplRepo_Service/Locator_Repository.cpp b/TAO/orbsvcs/ImplRepo_Service/Locator_Repository.cpp index 13d512721ea..9b83c9acb41 100644 --- a/TAO/orbsvcs/ImplRepo_Service/Locator_Repository.cpp +++ b/TAO/orbsvcs/ImplRepo_Service/Locator_Repository.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "Locator_Repository.h" #include "Locator_XMLHandler.h" #include "utils.h" @@ -9,8 +11,6 @@ #include "ACEXML/common/FileCharStream.h" #include "ACEXML/common/XML_Util.h" - - static const ACE_TCHAR* STARTUP_COMMAND = ACE_TEXT("StartupCommand"); static const ACE_TCHAR* WORKING_DIR = ACE_TEXT("WorkingDir"); static const ACE_TCHAR* ENVIRONMENT = ACE_TEXT("Environment"); diff --git a/TAO/orbsvcs/examples/Log/Event/Event_Consumer.cpp b/TAO/orbsvcs/examples/Log/Event/Event_Consumer.cpp index 13b7f0b318e..ce79fea9762 100644 --- a/TAO/orbsvcs/examples/Log/Event/Event_Consumer.cpp +++ b/TAO/orbsvcs/examples/Log/Event/Event_Consumer.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "Event_Consumer.h" #include "orbsvcs/CosEventChannelAdminS.h" #include "ace/OS_main.h" diff --git a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientService_Activate.cpp b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientService_Activate.cpp index 0e78c3cf120..8566f4f5c7c 100644 --- a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientService_Activate.cpp +++ b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientService_Activate.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "orbsvcs/FaultTolerance/FT_ClientService_Activate.h" #include "orbsvcs/FaultTolerance/FT_Service_Callbacks.h" #include "orbsvcs/FaultTolerance/FT_ClientORBInitializer.h" @@ -6,8 +8,6 @@ #include "tao/ORBInitializer_Registry.h" #include "ace/Dynamic_Service.h" - - static bool initialized = false; TAO_BEGIN_VERSIONED_NAMESPACE_DECL diff --git a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp index 9319bb83665..fe42488a46f 100644 --- a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp +++ b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "orbsvcs/FaultTolerance/FT_IOGR_Property.h" #include "tao/MProfile.h" diff --git a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ServerService_Activate.cpp b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ServerService_Activate.cpp index 27f1a9a75b2..46af5f23fe9 100644 --- a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ServerService_Activate.cpp +++ b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ServerService_Activate.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "orbsvcs/FaultTolerance/FT_ServerService_Activate.h" #include "orbsvcs/FaultTolerance/FT_ServerORBInitializer.h" #include "tao/ORB_Core.h" @@ -5,8 +7,6 @@ #include "tao/ORBInitializer_Registry.h" #include "ace/Dynamic_Service.h" - - static bool initialized = false; TAO_BEGIN_VERSIONED_NAMESPACE_DECL diff --git a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Service_Activate.cpp b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Service_Activate.cpp index d0a5b002bd7..9c2431b8e15 100644 --- a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Service_Activate.cpp +++ b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_Service_Activate.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "orbsvcs/FaultTolerance/FT_Service_Activate.h" #include "orbsvcs/FaultTolerance/FT_Service_Callbacks.h" #include "orbsvcs/FaultTolerance/FT_ORBInitializer.h" @@ -6,8 +8,6 @@ #include "tao/Service_Callbacks.h" #include "ace/Dynamic_Service.h" - - static bool initialized = false; TAO_BEGIN_VERSIONED_NAMESPACE_DECL diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp b/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp index 4874c69258d..f6592820c0f 100644 --- a/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp +++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/Utils/FTEC_Gateway.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "orbsvcs/FtRtEvent/Utils/FTEC_Gateway.h" #include "orbsvcs/FtRtEvent/Utils/activate_with_id.h" #include "orbsvcs/FtRtEvent/Utils/UUID.h" diff --git a/TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp b/TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp index c31a4a55151..e37f995cce6 100644 --- a/TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp +++ b/TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "orbsvcs/Naming/Storable_Naming_Context.h" #include "orbsvcs/Naming/Bindings_Iterator_T.h" diff --git a/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/RPS_Monitor.cpp b/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/RPS_Monitor.cpp index a2d731ec00a..7e5fc2084e5 100644 --- a/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/RPS_Monitor.cpp +++ b/TAO/orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/RPS_Monitor.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "RPS_Monitor.h" #include "ServerRequestInterceptor.h" #include "ace/UUID.h" diff --git a/TAO/orbsvcs/tests/Concurrency/CC_naming_service.cpp b/TAO/orbsvcs/tests/Concurrency/CC_naming_service.cpp index 4593ced36a5..8cacdb3c79c 100644 --- a/TAO/orbsvcs/tests/Concurrency/CC_naming_service.cpp +++ b/TAO/orbsvcs/tests/Concurrency/CC_naming_service.cpp @@ -1,4 +1,4 @@ -// $Id +// $Id$ // ============================================================================ // diff --git a/TAO/performance-tests/Memory/IORsize/Foo_i.cpp b/TAO/performance-tests/Memory/IORsize/Foo_i.cpp index 41d13f81555..9238769bd96 100644 --- a/TAO/performance-tests/Memory/IORsize/Foo_i.cpp +++ b/TAO/performance-tests/Memory/IORsize/Foo_i.cpp @@ -1,2 +1,4 @@ +// $Id$ + #include "Foo_i.h" diff --git a/TAO/performance-tests/Memory/IORsize/Memory_Growth.h b/TAO/performance-tests/Memory/IORsize/Memory_Growth.h index b6443ab2536..dc61170a2ba 100644 --- a/TAO/performance-tests/Memory/IORsize/Memory_Growth.h +++ b/TAO/performance-tests/Memory/IORsize/Memory_Growth.h @@ -1,6 +1,4 @@ -// // $Id$ -// #ifndef MEMORY_GROWTH_H #define MEMORY_GROWTH_H diff --git a/TAO/performance-tests/Memory/IORsize/Test.idl b/TAO/performance-tests/Memory/IORsize/Test.idl index fed95b2a5ff..7b4128b8c20 100644 --- a/TAO/performance-tests/Memory/IORsize/Test.idl +++ b/TAO/performance-tests/Memory/IORsize/Test.idl @@ -1,6 +1,4 @@ -// // $Id$ -// /// Put the interfaces in a module, to avoid global namespace pollution module Test diff --git a/TAO/tests/Bug_1476_Regression/Sender_i.cpp b/TAO/tests/Bug_1476_Regression/Sender_i.cpp index 7960342ab5a..ae31215c43d 100644 --- a/TAO/tests/Bug_1476_Regression/Sender_i.cpp +++ b/TAO/tests/Bug_1476_Regression/Sender_i.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "Sender_i.h" Sender_i::Sender_i (CORBA::ORB_ptr orb) diff --git a/TAO/tests/Codec/client.cpp b/TAO/tests/Codec/client.cpp index 687beaeb169..c6e569609d7 100644 --- a/TAO/tests/Codec/client.cpp +++ b/TAO/tests/Codec/client.cpp @@ -1,4 +1,5 @@ // -*- C++ -*- +// $Id$ #include "tao/CodecFactory/CodecFactory.h" #include "tao/Codeset/Codeset.h" diff --git a/TAO/tests/File_IO/server.cpp b/TAO/tests/File_IO/server.cpp index f8436ec6402..63a16c9d309 100644 --- a/TAO/tests/File_IO/server.cpp +++ b/TAO/tests/File_IO/server.cpp @@ -1,4 +1,5 @@ // -*- C++ -*- +// $Id$ #include "File_i.h" #include "tao/debug.h" diff --git a/TAO/tests/IOR_Endpoint_Hostnames/list_interfaces.cpp b/TAO/tests/IOR_Endpoint_Hostnames/list_interfaces.cpp index 141f437f63e..d800060bc4f 100644 --- a/TAO/tests/IOR_Endpoint_Hostnames/list_interfaces.cpp +++ b/TAO/tests/IOR_Endpoint_Hostnames/list_interfaces.cpp @@ -1,3 +1,4 @@ +// $Id$ // // Extract the address for each network interface using EXACTLY // the same algorithm as TAO_IIOP_Acceptor, and then print diff --git a/TAO/tests/MT_BiDir/Sender_i.cpp b/TAO/tests/MT_BiDir/Sender_i.cpp index 00b43a9ed7d..35f2360528c 100644 --- a/TAO/tests/MT_BiDir/Sender_i.cpp +++ b/TAO/tests/MT_BiDir/Sender_i.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "Sender_i.h" #include "ace/Manual_Event.h" diff --git a/TAO/tests/ORB_Local_Config/Bug_1459/Test.cpp b/TAO/tests/ORB_Local_Config/Bug_1459/Test.cpp index 0fa873d6e35..f67164da137 100644 --- a/TAO/tests/ORB_Local_Config/Bug_1459/Test.cpp +++ b/TAO/tests/ORB_Local_Config/Bug_1459/Test.cpp @@ -1,4 +1,4 @@ - +// $Id$ // @author Jeff Mirwaisi <jeff_mirwaisi@yahoo.com> // @author Iliyan Jeliazkov <iliyan2ociweb.com> diff --git a/TAO/tests/ORB_Local_Config/Service_Dependency/Service_Config_DLL.cpp b/TAO/tests/ORB_Local_Config/Service_Dependency/Service_Config_DLL.cpp index 9bfe2f1f878..41b069b5daa 100644 --- a/TAO/tests/ORB_Local_Config/Service_Dependency/Service_Config_DLL.cpp +++ b/TAO/tests/ORB_Local_Config/Service_Dependency/Service_Config_DLL.cpp @@ -1,4 +1,5 @@ // -*- C++ -*- +// $Id$ #include "Service_Config_DLL.h" #include "ace/Service_Config.h" diff --git a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.cpp b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.cpp index 1289bf7b899..b56ec03a8e6 100644 --- a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.cpp +++ b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.cpp @@ -1,4 +1,5 @@ // -*- C++ -*- +// $Id$ #include "ORB_DLL.h" #include "ace/Service_Config.h" diff --git a/TAO/tests/ORT/ORT_test_IORInterceptor.cpp b/TAO/tests/ORT/ORT_test_IORInterceptor.cpp index aaa376144d8..53ddd0ecb11 100644 --- a/TAO/tests/ORT/ORT_test_IORInterceptor.cpp +++ b/TAO/tests/ORT/ORT_test_IORInterceptor.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "ORT_test_IORInterceptor.h" #include "ObjectReferenceFactory.h" diff --git a/TAO/tests/ORT/ServerORBInitializer.cpp b/TAO/tests/ORT/ServerORBInitializer.cpp index 9840a5ded32..c6170fd8ca3 100644 --- a/TAO/tests/ORT/ServerORBInitializer.cpp +++ b/TAO/tests/ORT/ServerORBInitializer.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "ServerORBInitializer.h" #include "ServerRequestInterceptor.h" #include "ORT_test_IORInterceptor.h" diff --git a/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.cpp b/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.cpp index e76aafa72ab..f12cbc8c09b 100644 --- a/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.cpp +++ b/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "Receiver_i.h" Receiver_i::Receiver_i (CORBA::ORB_ptr orb, @@ -14,8 +16,6 @@ Receiver_i::~Receiver_i (void) { } - - CORBA::Long Receiver_i::receive_call (void) { diff --git a/TAO/tests/Portable_Interceptors/Bug_2510_Regression/test_i.cpp b/TAO/tests/Portable_Interceptors/Bug_2510_Regression/test_i.cpp index 8a3eef7dc24..97e8b1004c2 100644 --- a/TAO/tests/Portable_Interceptors/Bug_2510_Regression/test_i.cpp +++ b/TAO/tests/Portable_Interceptors/Bug_2510_Regression/test_i.cpp @@ -1,4 +1,4 @@ -// test_i.cpp,v 1.1 2003/08/27 22:43:35 edwardgt Exp +// $Id$ #include "test_i.h" #include "tao/PI/PI.h" diff --git a/TAO/tests/Portable_Interceptors/PolicyFactory/Server_ORBInitializer.cpp b/TAO/tests/Portable_Interceptors/PolicyFactory/Server_ORBInitializer.cpp index de8f5129333..450419eaac7 100644 --- a/TAO/tests/Portable_Interceptors/PolicyFactory/Server_ORBInitializer.cpp +++ b/TAO/tests/Portable_Interceptors/PolicyFactory/Server_ORBInitializer.cpp @@ -1,4 +1,5 @@ // -*- C++ -*- +// $Id$ #include "Server_ORBInitializer.h" #include "IORInterceptor.h" |