diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-08 13:25:56 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-08 13:25:56 +0000 |
commit | 6da6a5a3ddf69472767335eb14a6dd72003d2544 (patch) | |
tree | b9d9c42760b2fd44f66be3d911ddfbcce06eb3fc /TAO/performance-tests/Latency/Thread_Per_Connection | |
parent | 8f97e7ac397b255bb059a5353ab210762b608c27 (diff) | |
download | ATCD-6da6a5a3ddf69472767335eb14a6dd72003d2544.tar.gz |
Wed Sep 8 13:14:03 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* *.cpp:
Removed RCS_ID
Diffstat (limited to 'TAO/performance-tests/Latency/Thread_Per_Connection')
4 files changed, 0 insertions, 8 deletions
diff --git a/TAO/performance-tests/Latency/Thread_Per_Connection/Client_Task.cpp b/TAO/performance-tests/Latency/Thread_Per_Connection/Client_Task.cpp index eb30621f5fe..99a8ca0bf35 100644 --- a/TAO/performance-tests/Latency/Thread_Per_Connection/Client_Task.cpp +++ b/TAO/performance-tests/Latency/Thread_Per_Connection/Client_Task.cpp @@ -4,8 +4,6 @@ #include "Client_Task.h" #include "ace/OS_NS_time.h" -ACE_RCSID(Thread_Per_Connection_Latency, Client_Task, "$Id$") - Client_Task::Client_Task (Test::Roundtrip_ptr roundtrip, int niterations) : roundtrip_ (Test::Roundtrip::_duplicate (roundtrip)) diff --git a/TAO/performance-tests/Latency/Thread_Per_Connection/Roundtrip.cpp b/TAO/performance-tests/Latency/Thread_Per_Connection/Roundtrip.cpp index 9e4b7659718..c2d9bae5a2c 100644 --- a/TAO/performance-tests/Latency/Thread_Per_Connection/Roundtrip.cpp +++ b/TAO/performance-tests/Latency/Thread_Per_Connection/Roundtrip.cpp @@ -3,8 +3,6 @@ // #include "Roundtrip.h" -ACE_RCSID(Single_Per_Connection_Latency, Roundtrip, "$Id$") - Roundtrip::Roundtrip (CORBA::ORB_ptr orb) : orb_ (CORBA::ORB::_duplicate (orb)) { diff --git a/TAO/performance-tests/Latency/Thread_Per_Connection/client.cpp b/TAO/performance-tests/Latency/Thread_Per_Connection/client.cpp index 6b571b49c6a..830e1662684 100644 --- a/TAO/performance-tests/Latency/Thread_Per_Connection/client.cpp +++ b/TAO/performance-tests/Latency/Thread_Per_Connection/client.cpp @@ -10,8 +10,6 @@ #include "tao/Strategies/advanced_resource.h" -ACE_RCSID(Thread_Per_Connection_Latency, client, "$Id$") - const ACE_TCHAR *ior = ACE_TEXT("file://test.ior"); int niterations = 1000; int do_shutdown = 1; diff --git a/TAO/performance-tests/Latency/Thread_Per_Connection/server.cpp b/TAO/performance-tests/Latency/Thread_Per_Connection/server.cpp index 438afb2616f..8e674e51a11 100644 --- a/TAO/performance-tests/Latency/Thread_Per_Connection/server.cpp +++ b/TAO/performance-tests/Latency/Thread_Per_Connection/server.cpp @@ -7,8 +7,6 @@ #include "tao/Strategies/advanced_resource.h" -ACE_RCSID(Thread_Per_Connection_Latency, server, "$Id$") - const ACE_TCHAR *ior_output_file = ACE_TEXT("test.ior"); int |