diff options
Diffstat (limited to 'TAO/orbsvcs/tests/Notify')
14 files changed, 2 insertions, 63 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/IdAssignment.cpp b/TAO/orbsvcs/tests/Notify/Basic/IdAssignment.cpp index 6ca0434e2b7..290f38aded1 100644 --- a/TAO/orbsvcs/tests/Notify/Basic/IdAssignment.cpp +++ b/TAO/orbsvcs/tests/Notify/Basic/IdAssignment.cpp @@ -7,10 +7,6 @@ #include "orbsvcs/CosNotifyCommC.h" #include "IdAssignment.h" -ACE_RCSID (Notify_Tests, - IdAssignment, - "$Id$") - IdAssignment::IdAssignment (void) : iter_ (3), ec_count_ (3), diff --git a/TAO/orbsvcs/tests/Notify/Basic/LifeCycle.cpp b/TAO/orbsvcs/tests/Notify/Basic/LifeCycle.cpp index 4bb5813dbb1..2de58de6f29 100644 --- a/TAO/orbsvcs/tests/Notify/Basic/LifeCycle.cpp +++ b/TAO/orbsvcs/tests/Notify/Basic/LifeCycle.cpp @@ -9,10 +9,6 @@ #include "LifeCycle.h" -ACE_RCSID (Notify_Tests, - LifeCycle, - "$Id$") - LifeCycle::LifeCycle (void) : count_ (10) { diff --git a/TAO/orbsvcs/tests/Notify/Validate_Client/proxy_dummy.cpp b/TAO/orbsvcs/tests/Notify/Validate_Client/proxy_dummy.cpp index 79f179f8bfb..f0975c3e583 100644 --- a/TAO/orbsvcs/tests/Notify/Validate_Client/proxy_dummy.cpp +++ b/TAO/orbsvcs/tests/Notify/Validate_Client/proxy_dummy.cpp @@ -6,10 +6,6 @@ #include "tao/PortableServer/POAC.h" #include "tao/PortableServer/POAManagerC.h" -ACE_RCSID (Validate_Client, - gen_data, - "$Id$") - const ACE_TCHAR *output_filename = ACE_TEXT ("persistence.notify.xml"); // must be char @@ -176,8 +172,8 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[]) output_file), 1); const char * dummy_consumer_proxy = ior.in(); - - ACE_OS::fprintf (output_file, format, + + ACE_OS::fprintf (output_file, format, dummy_consumer_proxy, dummy_consumer_proxy, dummy_consumer_proxy, dummy_consumer_proxy); ACE_OS::fclose (output_file); diff --git a/TAO/orbsvcs/tests/Notify/lib/Activation_Manager.cpp b/TAO/orbsvcs/tests/Notify/lib/Activation_Manager.cpp index 7c1933fb08c..afe3264bded 100644 --- a/TAO/orbsvcs/tests/Notify/lib/Activation_Manager.cpp +++ b/TAO/orbsvcs/tests/Notify/lib/Activation_Manager.cpp @@ -3,11 +3,6 @@ #include "Activation_Manager.h" #include "ace/OS_NS_unistd.h" #include "ace/os_include/os_netdb.h" - -ACE_RCSID (lib, - TAO_Activation_Manager, - "$Id$") - #include "LookupManager.h" #include "Command_Builder.h" #include "Name.h" diff --git a/TAO/orbsvcs/tests/Notify/lib/Notify_Test_Client.cpp b/TAO/orbsvcs/tests/Notify/lib/Notify_Test_Client.cpp index fb95de7463a..346a41a23e8 100644 --- a/TAO/orbsvcs/tests/Notify/lib/Notify_Test_Client.cpp +++ b/TAO/orbsvcs/tests/Notify/lib/Notify_Test_Client.cpp @@ -1,11 +1,6 @@ // $Id$ #include "Notify_Test_Client.h" - -ACE_RCSID (lib, - Notify_Test_Client, - "$Id$") - #define NOTIFY_FACTORY_NAME "NotifyEventChannelFactory" #define NAMING_SERVICE_NAME "NameService" diff --git a/TAO/orbsvcs/tests/Notify/lib/Options_Parser.cpp b/TAO/orbsvcs/tests/Notify/lib/Options_Parser.cpp index d60d6a1cfbf..032255f285c 100644 --- a/TAO/orbsvcs/tests/Notify/lib/Options_Parser.cpp +++ b/TAO/orbsvcs/tests/Notify/lib/Options_Parser.cpp @@ -1,11 +1,6 @@ // $Id$ #include "Options_Parser.h" - -ACE_RCSID (lib, - TAO_Options_Parser, - "$Id$") - #include "orbsvcs/NotifyExtC.h" #include "tao/debug.h" #include "ace/Log_Msg.h" diff --git a/TAO/orbsvcs/tests/Notify/lib/Peer.cpp b/TAO/orbsvcs/tests/Notify/lib/Peer.cpp index f4b14d6cdf8..2012aeebbb3 100644 --- a/TAO/orbsvcs/tests/Notify/lib/Peer.cpp +++ b/TAO/orbsvcs/tests/Notify/lib/Peer.cpp @@ -6,10 +6,6 @@ #include "Peer.inl" #endif /* __ACE_INLINE__ */ -ACE_RCSID (lib, - TAO_Peer, - "$Id$") - #include "Name.h" #include "LookupManager.h" #include "Options_Parser.h" diff --git a/TAO/orbsvcs/tests/Notify/lib/Peer_T.cpp b/TAO/orbsvcs/tests/Notify/lib/Peer_T.cpp index 2f54bdbbf88..62a30ea9a2a 100644 --- a/TAO/orbsvcs/tests/Notify/lib/Peer_T.cpp +++ b/TAO/orbsvcs/tests/Notify/lib/Peer_T.cpp @@ -5,10 +5,6 @@ #include "Peer_T.h" -ACE_RCSID (Notify, - TAO_Notify_Tests_Peer_T, - "$Id$") - #include "ace/Arg_Shifter.h" #include "Name.h" #include "LookupManager.h" diff --git a/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.cpp b/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.cpp index 8c9797dce3b..0f81dbae0ec 100644 --- a/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.cpp +++ b/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.cpp @@ -13,10 +13,6 @@ #include "LookupManager.h" #include "Priority_Mapping.h" -ACE_RCSID (RT_Notify, - TAO_Notify_Tests_Periodic_Consumer, - "$Id$") - int WARMUP_COUNT = 10; TAO_Notify_Tests_Periodic_Consumer::TAO_Notify_Tests_Periodic_Consumer (void) diff --git a/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.cpp b/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.cpp index 366c24113e5..beb4edbb007 100644 --- a/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.cpp +++ b/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.cpp @@ -1,11 +1,6 @@ // $Id$ #include "Periodic_Consumer_Command.h" - -ACE_RCSID (lib, - TAO_Periodic_Consumer_Command, - "$Id$") - #include "LookupManager.h" #include "Name.h" #include "Periodic_Consumer.h" diff --git a/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.cpp b/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.cpp index 7aab7760d8e..eea04d1e903 100644 --- a/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.cpp +++ b/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.cpp @@ -15,10 +15,6 @@ #include "LookupManager.h" #include "Priority_Mapping.h" -ACE_RCSID (RT_Notify, - TAO_Notify_Tests_Periodic_Supplier, - "$Id$") - TAO_Notify_Tests_Periodic_Supplier::TAO_Notify_Tests_Periodic_Supplier (void) : barrier_ (0), priority_ (0), diff --git a/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.cpp b/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.cpp index 946f81ebda9..a7b182245c9 100644 --- a/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.cpp +++ b/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.cpp @@ -1,11 +1,6 @@ // $Id$ #include "Periodic_Supplier_Command.h" - -ACE_RCSID (lib, - TAO_Periodic_Supplier_Command, - "$Id$") - #include "LookupManager.h" #include "Name.h" #include "Periodic_Supplier.h" diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp index 081af8ac861..e02c7b18110 100644 --- a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp +++ b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp @@ -7,10 +7,6 @@ #include "orbsvcs/Time_Utilities.h" #include "tao/debug.h" -ACE_RCSID (Notify, - RedGreen_Test, - "$Id$") - #define NOTIFY_FACTORY_NAME "NotifyEventChannelFactory" #define NAMING_SERVICE_NAME "NameService" diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp b/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp index 845f2830de4..f8c152bd297 100644 --- a/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp +++ b/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp @@ -12,10 +12,6 @@ #include "orbsvcs/Notify/Service.h" #include "orbsvcs/Time_Utilities.h" -ACE_RCSID (Notify_Tests, - Throughput, - "$Id$") - /***************************************************************************/ Throughput_StructuredPushConsumer::Throughput_StructuredPushConsumer ( |