diff options
Diffstat (limited to 'TAO/orbsvcs')
22 files changed, 17 insertions, 103 deletions
diff --git a/TAO/orbsvcs/Concurrency_Service/Concurrency_Service.cpp b/TAO/orbsvcs/Concurrency_Service/Concurrency_Service.cpp index 7b30c150c27..e7b1619be93 100644 --- a/TAO/orbsvcs/Concurrency_Service/Concurrency_Service.cpp +++ b/TAO/orbsvcs/Concurrency_Service/Concurrency_Service.cpp @@ -23,10 +23,6 @@ #include "ace/OS_NS_stdio.h" #include "ace/OS_NS_unistd.h" -ACE_RCSID(Concurrency_Service, - Concurrency_Service, - "$Id$") - // Default Constructor. Concurrency_Service::Concurrency_Service (void) diff --git a/TAO/orbsvcs/Dump_Schedule/Dump_Schedule.cpp b/TAO/orbsvcs/Dump_Schedule/Dump_Schedule.cpp index aa454faf982..f7177bc7980 100644 --- a/TAO/orbsvcs/Dump_Schedule/Dump_Schedule.cpp +++ b/TAO/orbsvcs/Dump_Schedule/Dump_Schedule.cpp @@ -1,4 +1,3 @@ - // $Id$ #include "ace/Sched_Params.h" @@ -9,10 +8,6 @@ #include "orbsvcs/CosNamingC.h" #include "orbsvcs/Scheduler_Factory.h" -ACE_RCSID (Dump_Schedule, - Dump_Schedule, - "$Id$") - // This program dumps the results of one scheduling in a C++ file. int diff --git a/TAO/orbsvcs/Event_Service/Event_Service.cpp b/TAO/orbsvcs/Event_Service/Event_Service.cpp index e6143e183ad..daaf6ff29a5 100644 --- a/TAO/orbsvcs/Event_Service/Event_Service.cpp +++ b/TAO/orbsvcs/Event_Service/Event_Service.cpp @@ -20,10 +20,6 @@ #include "tao/BiDir_GIOP/BiDirGIOP.h" #include "ace/OS_NS_strings.h" -ACE_RCSID (Event_Service, - Event_Service, - "$Id$") - int ACE_TMAIN (int argc, ACE_TCHAR* argv[]) { bool use_thread_per_consumer = false; diff --git a/TAO/orbsvcs/FT_ReplicationManager/FT_FaultAnalyzer.cpp b/TAO/orbsvcs/FT_ReplicationManager/FT_FaultAnalyzer.cpp index bd2d2d8d059..59ca1982e61 100644 --- a/TAO/orbsvcs/FT_ReplicationManager/FT_FaultAnalyzer.cpp +++ b/TAO/orbsvcs/FT_ReplicationManager/FT_FaultAnalyzer.cpp @@ -13,10 +13,6 @@ #include "FT_FaultAnalyzer.h" -ACE_RCSID (FT_FaultAnalyzer, - FT_FaultAnalyzer, - "$Id$") - TAO_BEGIN_VERSIONED_NAMESPACE_DECL /// Default constructor. diff --git a/TAO/orbsvcs/FT_ReplicationManager/FT_FaultConsumer.cpp b/TAO/orbsvcs/FT_ReplicationManager/FT_FaultConsumer.cpp index af82077b9f5..16c935d118f 100644 --- a/TAO/orbsvcs/FT_ReplicationManager/FT_FaultConsumer.cpp +++ b/TAO/orbsvcs/FT_ReplicationManager/FT_FaultConsumer.cpp @@ -21,11 +21,6 @@ #include "orbsvcs/FT_ReplicationManager/FT_FaultAnalyzer.h" #include "tao/debug.h" -ACE_RCSID (FT_FaultConsumer, - FT_FaultConsumer, - "$Id$") - - TAO_BEGIN_VERSIONED_NAMESPACE_DECL /// Default constructor. diff --git a/TAO/orbsvcs/FT_ReplicationManager/FT_FaultEventDescriptor.cpp b/TAO/orbsvcs/FT_ReplicationManager/FT_FaultEventDescriptor.cpp index ac26ed56e19..4fe713cc68a 100644 --- a/TAO/orbsvcs/FT_ReplicationManager/FT_FaultEventDescriptor.cpp +++ b/TAO/orbsvcs/FT_ReplicationManager/FT_FaultEventDescriptor.cpp @@ -19,10 +19,6 @@ #include "ace/SString.h" -ACE_RCSID (FT_FaultEventDescriptor, - FT_FaultEventDescriptor, - "$Id$") - TAO_BEGIN_VERSIONED_NAMESPACE_DECL // Default constructor. diff --git a/TAO/orbsvcs/FT_ReplicationManager/FT_Property_Validator.cpp b/TAO/orbsvcs/FT_ReplicationManager/FT_Property_Validator.cpp index 1d3f14c6732..75d1a7a6218 100644 --- a/TAO/orbsvcs/FT_ReplicationManager/FT_Property_Validator.cpp +++ b/TAO/orbsvcs/FT_ReplicationManager/FT_Property_Validator.cpp @@ -1,13 +1,9 @@ +// $Id$ + #include "FT_Property_Validator.h" #include "orbsvcs/PortableGroup/PG_Operators.h" #include "orbsvcs/FT_ReplicationManagerC.h" - -ACE_RCSID (PortableGroup, - FT_Property_Validator, - "$Id$") - - TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO::FT_Property_Validator::FT_Property_Validator (void) diff --git a/TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp b/TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp index e47afa445b7..96e0a6416c0 100644 --- a/TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp +++ b/TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManager.cpp @@ -31,11 +31,6 @@ #include "orbsvcs/FaultTolerance/FT_IOGR_Property.h" #include "orbsvcs/FT_ReplicationManager/FT_ReplicationManagerFaultAnalyzer.h" -ACE_RCSID (FT_ReplicationManager, - FT_ReplicationManager, - "$Id$") - - // Use this macro at the beginning of CORBA methods // to aid in debugging. #define METHOD_ENTRY(name) \ diff --git a/TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManagerFaultAnalyzer.cpp b/TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManagerFaultAnalyzer.cpp index a017ad1b483..aa3e2e8e9c8 100644 --- a/TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManagerFaultAnalyzer.cpp +++ b/TAO/orbsvcs/FT_ReplicationManager/FT_ReplicationManagerFaultAnalyzer.cpp @@ -22,10 +22,6 @@ #include "tao/debug.h" #include <iostream> -ACE_RCSID (FT_ReplicationManagerFaultAnalyzer, - FT_ReplicationManagerFaultAnalyzer, - "$Id$") - TAO_BEGIN_VERSIONED_NAMESPACE_DECL /// Constructor. diff --git a/TAO/orbsvcs/LifeCycle_Service/Factory_Trader.cpp b/TAO/orbsvcs/LifeCycle_Service/Factory_Trader.cpp index 311a4876080..90786a10729 100644 --- a/TAO/orbsvcs/LifeCycle_Service/Factory_Trader.cpp +++ b/TAO/orbsvcs/LifeCycle_Service/Factory_Trader.cpp @@ -22,10 +22,6 @@ #include "Factory_Trader.h" #include "orbsvcs/CosTradingC.h" -ACE_RCSID (LifeCycle_Service, - Factory_Trader, - "$Id$") - // This const char * is used for adding a new type to the service repository // the added types will be subclasses of this. const char * Factory_Trader::GENERIC_FACTORY_INTERFACE_REPOSITORY_ID = diff --git a/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.cpp b/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.cpp index 4a1dd636eeb..34ab729be84 100644 --- a/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.cpp +++ b/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.cpp @@ -18,10 +18,6 @@ #include "ace/Argv_Type_Converter.h" #include "ace/OS_main.h" -ACE_RCSID (LifeCycle_Service, - LifeCycle_Service, - "$Id$") - Life_Cycle_Service_Server::Life_Cycle_Service_Server (void) : debug_level_ (1) { diff --git a/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service_i.cpp b/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service_i.cpp index 198090406b5..c7212503fd7 100644 --- a/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service_i.cpp +++ b/TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service_i.cpp @@ -19,10 +19,6 @@ #include "LifeCycle_Service_i.h" -ACE_RCSID (LifeCycle_Service, - LifeCycle_Service_i, - "$Id$") - // Constructor Life_Cycle_Service_i::Life_Cycle_Service_i (int debug_level) : factory_trader_ptr_ (0), diff --git a/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Server.cpp b/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Server.cpp index bc99c5e9ed0..7ca6044c88c 100644 --- a/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Server.cpp +++ b/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Server.cpp @@ -1,14 +1,11 @@ +// $Id$ + #include "Basic_Logging_Service.h" #include "ace/OS_main.h" #include "orbsvcs/Shutdown_Utilities.h" #include "tao/debug.h" -ACE_RCSID (Basic_Logging_Service, - Basic_Logging_Server, - "$Id$") - - class Logging_Svc_Shutdown : public Shutdown_Functor { diff --git a/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.cpp b/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.cpp index c10fdccfbe2..5df01ba1da6 100644 --- a/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.cpp +++ b/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "Basic_Logging_Service.h" #include "ace/Get_Opt.h" #include "orbsvcs/Log/BasicLogFactory_i.h" @@ -5,11 +7,6 @@ #include "ace/OS_NS_stdio.h" #include "ace/OS_NS_unistd.h" -ACE_RCSID (Basic_Logging_Service, - Basic_Logging_Service, - "$Id$") - - Basic_Logging_Service::Basic_Logging_Service (void) : service_name_ ("BasicLogFactory"), ior_file_name_ (0), diff --git a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Server.cpp b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Server.cpp index 87cc3001423..a17b9eb00f1 100644 --- a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Server.cpp +++ b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Server.cpp @@ -1,14 +1,11 @@ +// $Id$ + #include "Event_Logging_Service.h" #include "ace/OS_main.h" #include "orbsvcs/Shutdown_Utilities.h" #include "tao/debug.h" -ACE_RCSID (Event_Logging_Service, - Event_Logging_Server, - "$Id$") - - class Logging_Svc_Shutdown : public Shutdown_Functor { diff --git a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp index 682a0c79ab9..4e0fa703fc0 100644 --- a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp +++ b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "Event_Logging_Service.h" #include "ace/Get_Opt.h" #include "orbsvcs/Log/EventLogFactory_i.h" @@ -6,11 +8,6 @@ #include "ace/OS_NS_stdio.h" #include "ace/OS_NS_unistd.h" -ACE_RCSID (Event_Logging_Service, - Event_Logging_Service, - "$Id$") - - Event_Logging_Service::Event_Logging_Service (void) : service_name_ ("EventLogFactory"), ior_file_name_ (0), diff --git a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Server.cpp b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Server.cpp index db653aadbbb..4d40592098a 100644 --- a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Server.cpp +++ b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Server.cpp @@ -1,14 +1,10 @@ //$Id$ + #include "Notify_Logging_Service.h" #include "ace/OS_main.h" #include "orbsvcs/Shutdown_Utilities.h" #include "tao/debug.h" -ACE_RCSID (Notify_Logging_Service, - Notify_Logging_Server, - "$Id$") - - class Logging_Svc_Shutdown : public Shutdown_Functor { diff --git a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp index e165dee7c6b..8ffcc60902d 100644 --- a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp +++ b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "Notify_Logging_Service.h" #include "ace/Get_Opt.h" #include "tao/debug.h" @@ -6,11 +8,6 @@ #include "ace/OS_NS_stdio.h" #include "ace/OS_NS_unistd.h" -ACE_RCSID (Notify_Logging_Service, - Notify_Logging_Service, - "$Id$") - - Notify_Logging_Service::Notify_Logging_Service (void) : service_name_ (NOTIFY_KEY), ior_file_name_ (0), diff --git a/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Server.cpp b/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Server.cpp index d8abedffe36..533ff147b66 100644 --- a/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Server.cpp +++ b/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Server.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "RTEvent_Logging_Service.h" #include "orbsvcs/Event/EC_Default_Factory.h" #include "ace/OS_main.h" @@ -5,11 +7,6 @@ #include "orbsvcs/Shutdown_Utilities.h" #include "tao/debug.h" -ACE_RCSID (RTEvent_Logging_Service, - RTEvent_Logging_Server, - "$Id$") - - class Logging_Svc_Shutdown : public Shutdown_Functor { diff --git a/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.cpp b/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.cpp index 8078f8690ed..76f6a1b22bb 100644 --- a/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.cpp +++ b/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.cpp @@ -1,14 +1,11 @@ +// $Id$ + #include "RTEvent_Logging_Service.h" #include "tao/IORTable/IORTable.h" #include "ace/Get_Opt.h" #include "ace/OS_NS_stdio.h" #include "ace/OS_NS_unistd.h" -ACE_RCSID (RTEvent_Logging_Service, - RTEvent_Logging_Service, - "$Id$") - - RTEvent_Logging_Service::RTEvent_Logging_Service (void) : service_name_ ("RTEventLogFactory"), ior_file_name_ (0), diff --git a/TAO/orbsvcs/TAO_Service/TAO_Service.cpp b/TAO/orbsvcs/TAO_Service/TAO_Service.cpp index 07951b17a0e..eae63229c81 100644 --- a/TAO/orbsvcs/TAO_Service/TAO_Service.cpp +++ b/TAO/orbsvcs/TAO_Service/TAO_Service.cpp @@ -26,11 +26,6 @@ #include "ace/Time_Value.h" #include "ace/Argv_Type_Converter.h" -ACE_RCSID (TAO_Service, - TAO_Service, - "$Id$") - - extern "C" void handler (int) { ACE_Service_Config::reconfig_occurred (1); diff --git a/TAO/orbsvcs/examples/ORT/Server_IORInterceptor.cpp b/TAO/orbsvcs/examples/ORT/Server_IORInterceptor.cpp index 5809da7409e..e3fd27b471c 100644 --- a/TAO/orbsvcs/examples/ORT/Server_IORInterceptor.cpp +++ b/TAO/orbsvcs/examples/ORT/Server_IORInterceptor.cpp @@ -3,11 +3,6 @@ #include "Server_IORInterceptor.h" #include "Gateway_ObjRef_Factory.h" -ACE_RCSID (ORT, - Server_IORInterceptor, - "$Id$") - - Server_IORInterceptor:: Server_IORInterceptor (Gateway::Object_Factory_ptr factory) : gateway_object_factory_ (Gateway::Object_Factory::_duplicate (factory)) |