summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:08:29 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:08:29 +0100
commite1c9cd39aa8c1b7f8a1749d2a22b451d114bb0e3 (patch)
tree37ea82f53f30e6695a191472935870855d22e798 /TAO/performance-tests/Latency
parent81436456e81e30d4744982734a14145e54faf3aa (diff)
downloadATCD-e1c9cd39aa8c1b7f8a1749d2a22b451d114bb0e3.tar.gz
Removed a lot of old Id tags
Diffstat (limited to 'TAO/performance-tests/Latency')
-rw-r--r--TAO/performance-tests/Latency/AMH_Single_Threaded/Roundtrip.cpp3
-rw-r--r--TAO/performance-tests/Latency/AMH_Single_Threaded/Roundtrip.h3
-rw-r--r--TAO/performance-tests/Latency/AMH_Single_Threaded/Test.idl3
-rw-r--r--TAO/performance-tests/Latency/AMI/Roundtrip.cpp3
-rw-r--r--TAO/performance-tests/Latency/AMI/Roundtrip.h3
-rw-r--r--TAO/performance-tests/Latency/AMI/Roundtrip_Handler.cpp3
-rw-r--r--TAO/performance-tests/Latency/AMI/Server_Task.cpp3
-rw-r--r--TAO/performance-tests/Latency/AMI/Server_Task.h3
-rw-r--r--TAO/performance-tests/Latency/AMI/Test.idl3
-rw-r--r--TAO/performance-tests/Latency/Collocation/Client_Task.cpp3
-rw-r--r--TAO/performance-tests/Latency/Collocation/Client_Task.h3
-rw-r--r--TAO/performance-tests/Latency/Collocation/Roundtrip.cpp3
-rw-r--r--TAO/performance-tests/Latency/Collocation/Roundtrip.h3
-rw-r--r--TAO/performance-tests/Latency/Collocation/Server_Task.cpp3
-rw-r--r--TAO/performance-tests/Latency/Collocation/Server_Task.h3
-rw-r--r--TAO/performance-tests/Latency/Collocation/Test.idl3
-rw-r--r--TAO/performance-tests/Latency/DII/Roundtrip.cpp3
-rw-r--r--TAO/performance-tests/Latency/DII/Roundtrip.h3
-rw-r--r--TAO/performance-tests/Latency/DII/Test.idl3
-rw-r--r--TAO/performance-tests/Latency/DSI/Roundtrip.cpp3
-rw-r--r--TAO/performance-tests/Latency/DSI/Roundtrip.h3
-rw-r--r--TAO/performance-tests/Latency/DSI/Test.idl3
-rw-r--r--TAO/performance-tests/Latency/Deferred/Roundtrip.cpp3
-rw-r--r--TAO/performance-tests/Latency/Deferred/Roundtrip.h3
-rw-r--r--TAO/performance-tests/Latency/Deferred/Test.idl3
-rw-r--r--TAO/performance-tests/Latency/Single_Threaded/Roundtrip.cpp3
-rw-r--r--TAO/performance-tests/Latency/Single_Threaded/Roundtrip.h3
-rw-r--r--TAO/performance-tests/Latency/Single_Threaded/Test.idl3
-rw-r--r--TAO/performance-tests/Latency/Thread_Per_Connection/Client_Task.cpp3
-rw-r--r--TAO/performance-tests/Latency/Thread_Per_Connection/Roundtrip.cpp3
-rw-r--r--TAO/performance-tests/Latency/Thread_Per_Connection/Roundtrip.h3
-rw-r--r--TAO/performance-tests/Latency/Thread_Per_Connection/Test.idl3
-rw-r--r--TAO/performance-tests/Latency/Thread_Pool/Client_Task.cpp3
-rw-r--r--TAO/performance-tests/Latency/Thread_Pool/Roundtrip.cpp3
-rw-r--r--TAO/performance-tests/Latency/Thread_Pool/Roundtrip.h3
-rw-r--r--TAO/performance-tests/Latency/Thread_Pool/Test.idl3
-rw-r--r--TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.cpp3
-rw-r--r--TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.h3
38 files changed, 0 insertions, 114 deletions
diff --git a/TAO/performance-tests/Latency/AMH_Single_Threaded/Roundtrip.cpp b/TAO/performance-tests/Latency/AMH_Single_Threaded/Roundtrip.cpp
index c15ab375bb7..f81d6368ae5 100644
--- a/TAO/performance-tests/Latency/AMH_Single_Threaded/Roundtrip.cpp
+++ b/TAO/performance-tests/Latency/AMH_Single_Threaded/Roundtrip.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Roundtrip.h"
Roundtrip::Roundtrip (CORBA::ORB_ptr orb)
diff --git a/TAO/performance-tests/Latency/AMH_Single_Threaded/Roundtrip.h b/TAO/performance-tests/Latency/AMH_Single_Threaded/Roundtrip.h
index f95fe94f589..a99a293f1fb 100644
--- a/TAO/performance-tests/Latency/AMH_Single_Threaded/Roundtrip.h
+++ b/TAO/performance-tests/Latency/AMH_Single_Threaded/Roundtrip.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef ROUNDTRIP_H
#define ROUNDTRIP_H
diff --git a/TAO/performance-tests/Latency/AMH_Single_Threaded/Test.idl b/TAO/performance-tests/Latency/AMH_Single_Threaded/Test.idl
index 3f26904a3f0..e56a95cd949 100644
--- a/TAO/performance-tests/Latency/AMH_Single_Threaded/Test.idl
+++ b/TAO/performance-tests/Latency/AMH_Single_Threaded/Test.idl
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
/// A simple module to avoid namespace pollution
module Test
diff --git a/TAO/performance-tests/Latency/AMI/Roundtrip.cpp b/TAO/performance-tests/Latency/AMI/Roundtrip.cpp
index c2d9bae5a2c..8ff0316770f 100644
--- a/TAO/performance-tests/Latency/AMI/Roundtrip.cpp
+++ b/TAO/performance-tests/Latency/AMI/Roundtrip.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Roundtrip.h"
Roundtrip::Roundtrip (CORBA::ORB_ptr orb)
diff --git a/TAO/performance-tests/Latency/AMI/Roundtrip.h b/TAO/performance-tests/Latency/AMI/Roundtrip.h
index 5631b6e86d7..25b26d1f4cd 100644
--- a/TAO/performance-tests/Latency/AMI/Roundtrip.h
+++ b/TAO/performance-tests/Latency/AMI/Roundtrip.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef ROUNDTRIP_H
#define ROUNDTRIP_H
diff --git a/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.cpp b/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.cpp
index 921205fc58e..981b3480ff6 100644
--- a/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.cpp
+++ b/TAO/performance-tests/Latency/AMI/Roundtrip_Handler.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Roundtrip_Handler.h"
#include "ace/OS_NS_time.h"
diff --git a/TAO/performance-tests/Latency/AMI/Server_Task.cpp b/TAO/performance-tests/Latency/AMI/Server_Task.cpp
index 3ea05031cd0..2431feb42a7 100644
--- a/TAO/performance-tests/Latency/AMI/Server_Task.cpp
+++ b/TAO/performance-tests/Latency/AMI/Server_Task.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Server_Task.h"
Server_Task::Server_Task (CORBA::ORB_ptr orb)
diff --git a/TAO/performance-tests/Latency/AMI/Server_Task.h b/TAO/performance-tests/Latency/AMI/Server_Task.h
index dcb06d9030c..cfc9d76bc37 100644
--- a/TAO/performance-tests/Latency/AMI/Server_Task.h
+++ b/TAO/performance-tests/Latency/AMI/Server_Task.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef SERVER_TASK_H
#define SERVER_TASK_H
diff --git a/TAO/performance-tests/Latency/AMI/Test.idl b/TAO/performance-tests/Latency/AMI/Test.idl
index 3f26904a3f0..e56a95cd949 100644
--- a/TAO/performance-tests/Latency/AMI/Test.idl
+++ b/TAO/performance-tests/Latency/AMI/Test.idl
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
/// A simple module to avoid namespace pollution
module Test
diff --git a/TAO/performance-tests/Latency/Collocation/Client_Task.cpp b/TAO/performance-tests/Latency/Collocation/Client_Task.cpp
index 2834e419b7f..0667989e650 100644
--- a/TAO/performance-tests/Latency/Collocation/Client_Task.cpp
+++ b/TAO/performance-tests/Latency/Collocation/Client_Task.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Client_Task.h"
#include "ace/Stats.h"
diff --git a/TAO/performance-tests/Latency/Collocation/Client_Task.h b/TAO/performance-tests/Latency/Collocation/Client_Task.h
index 5fe9038a703..ab015903554 100644
--- a/TAO/performance-tests/Latency/Collocation/Client_Task.h
+++ b/TAO/performance-tests/Latency/Collocation/Client_Task.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef COLLOCATED_TEST_CLIENT_TASK_H
#define COLLOCATED_TEST_CLIENT_TASK_H
diff --git a/TAO/performance-tests/Latency/Collocation/Roundtrip.cpp b/TAO/performance-tests/Latency/Collocation/Roundtrip.cpp
index 25ce659a86d..47278cd07e3 100644
--- a/TAO/performance-tests/Latency/Collocation/Roundtrip.cpp
+++ b/TAO/performance-tests/Latency/Collocation/Roundtrip.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Roundtrip.h"
diff --git a/TAO/performance-tests/Latency/Collocation/Roundtrip.h b/TAO/performance-tests/Latency/Collocation/Roundtrip.h
index 5631b6e86d7..25b26d1f4cd 100644
--- a/TAO/performance-tests/Latency/Collocation/Roundtrip.h
+++ b/TAO/performance-tests/Latency/Collocation/Roundtrip.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef ROUNDTRIP_H
#define ROUNDTRIP_H
diff --git a/TAO/performance-tests/Latency/Collocation/Server_Task.cpp b/TAO/performance-tests/Latency/Collocation/Server_Task.cpp
index 7c7d790e55d..006a4de5723 100644
--- a/TAO/performance-tests/Latency/Collocation/Server_Task.cpp
+++ b/TAO/performance-tests/Latency/Collocation/Server_Task.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Server_Task.h"
#include "Roundtrip.h"
diff --git a/TAO/performance-tests/Latency/Collocation/Server_Task.h b/TAO/performance-tests/Latency/Collocation/Server_Task.h
index f9f8a13cf28..0fa23d8b529 100644
--- a/TAO/performance-tests/Latency/Collocation/Server_Task.h
+++ b/TAO/performance-tests/Latency/Collocation/Server_Task.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef COLLOCATED_SERVER_TASK_H
#define COLLOCATED_SERVER_TASK_H
diff --git a/TAO/performance-tests/Latency/Collocation/Test.idl b/TAO/performance-tests/Latency/Collocation/Test.idl
index 3f26904a3f0..e56a95cd949 100644
--- a/TAO/performance-tests/Latency/Collocation/Test.idl
+++ b/TAO/performance-tests/Latency/Collocation/Test.idl
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
/// A simple module to avoid namespace pollution
module Test
diff --git a/TAO/performance-tests/Latency/DII/Roundtrip.cpp b/TAO/performance-tests/Latency/DII/Roundtrip.cpp
index c2d9bae5a2c..8ff0316770f 100644
--- a/TAO/performance-tests/Latency/DII/Roundtrip.cpp
+++ b/TAO/performance-tests/Latency/DII/Roundtrip.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Roundtrip.h"
Roundtrip::Roundtrip (CORBA::ORB_ptr orb)
diff --git a/TAO/performance-tests/Latency/DII/Roundtrip.h b/TAO/performance-tests/Latency/DII/Roundtrip.h
index 5631b6e86d7..25b26d1f4cd 100644
--- a/TAO/performance-tests/Latency/DII/Roundtrip.h
+++ b/TAO/performance-tests/Latency/DII/Roundtrip.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef ROUNDTRIP_H
#define ROUNDTRIP_H
diff --git a/TAO/performance-tests/Latency/DII/Test.idl b/TAO/performance-tests/Latency/DII/Test.idl
index c41a5194042..ec48c8b6821 100644
--- a/TAO/performance-tests/Latency/DII/Test.idl
+++ b/TAO/performance-tests/Latency/DII/Test.idl
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
/// A simple module to avoid namespace pollution
module Test
diff --git a/TAO/performance-tests/Latency/DSI/Roundtrip.cpp b/TAO/performance-tests/Latency/DSI/Roundtrip.cpp
index e060033231b..b0564128b93 100644
--- a/TAO/performance-tests/Latency/DSI/Roundtrip.cpp
+++ b/TAO/performance-tests/Latency/DSI/Roundtrip.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Roundtrip.h"
#include "tao/AnyTypeCode/TypeCode_Constants.h"
#include "tao/AnyTypeCode/NVList.h"
diff --git a/TAO/performance-tests/Latency/DSI/Roundtrip.h b/TAO/performance-tests/Latency/DSI/Roundtrip.h
index e163508f1eb..9086a657385 100644
--- a/TAO/performance-tests/Latency/DSI/Roundtrip.h
+++ b/TAO/performance-tests/Latency/DSI/Roundtrip.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef ROUNDTRIP_H
#define ROUNDTRIP_H
diff --git a/TAO/performance-tests/Latency/DSI/Test.idl b/TAO/performance-tests/Latency/DSI/Test.idl
index 3f26904a3f0..e56a95cd949 100644
--- a/TAO/performance-tests/Latency/DSI/Test.idl
+++ b/TAO/performance-tests/Latency/DSI/Test.idl
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
/// A simple module to avoid namespace pollution
module Test
diff --git a/TAO/performance-tests/Latency/Deferred/Roundtrip.cpp b/TAO/performance-tests/Latency/Deferred/Roundtrip.cpp
index c2d9bae5a2c..8ff0316770f 100644
--- a/TAO/performance-tests/Latency/Deferred/Roundtrip.cpp
+++ b/TAO/performance-tests/Latency/Deferred/Roundtrip.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Roundtrip.h"
Roundtrip::Roundtrip (CORBA::ORB_ptr orb)
diff --git a/TAO/performance-tests/Latency/Deferred/Roundtrip.h b/TAO/performance-tests/Latency/Deferred/Roundtrip.h
index 5631b6e86d7..25b26d1f4cd 100644
--- a/TAO/performance-tests/Latency/Deferred/Roundtrip.h
+++ b/TAO/performance-tests/Latency/Deferred/Roundtrip.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef ROUNDTRIP_H
#define ROUNDTRIP_H
diff --git a/TAO/performance-tests/Latency/Deferred/Test.idl b/TAO/performance-tests/Latency/Deferred/Test.idl
index 3f26904a3f0..e56a95cd949 100644
--- a/TAO/performance-tests/Latency/Deferred/Test.idl
+++ b/TAO/performance-tests/Latency/Deferred/Test.idl
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
/// A simple module to avoid namespace pollution
module Test
diff --git a/TAO/performance-tests/Latency/Single_Threaded/Roundtrip.cpp b/TAO/performance-tests/Latency/Single_Threaded/Roundtrip.cpp
index c2d9bae5a2c..8ff0316770f 100644
--- a/TAO/performance-tests/Latency/Single_Threaded/Roundtrip.cpp
+++ b/TAO/performance-tests/Latency/Single_Threaded/Roundtrip.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Roundtrip.h"
Roundtrip::Roundtrip (CORBA::ORB_ptr orb)
diff --git a/TAO/performance-tests/Latency/Single_Threaded/Roundtrip.h b/TAO/performance-tests/Latency/Single_Threaded/Roundtrip.h
index 5631b6e86d7..25b26d1f4cd 100644
--- a/TAO/performance-tests/Latency/Single_Threaded/Roundtrip.h
+++ b/TAO/performance-tests/Latency/Single_Threaded/Roundtrip.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef ROUNDTRIP_H
#define ROUNDTRIP_H
diff --git a/TAO/performance-tests/Latency/Single_Threaded/Test.idl b/TAO/performance-tests/Latency/Single_Threaded/Test.idl
index 3f26904a3f0..e56a95cd949 100644
--- a/TAO/performance-tests/Latency/Single_Threaded/Test.idl
+++ b/TAO/performance-tests/Latency/Single_Threaded/Test.idl
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
/// A simple module to avoid namespace pollution
module Test
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 0ec8ce27f22..b3168d869ec 100644
--- a/TAO/performance-tests/Latency/Thread_Per_Connection/Client_Task.cpp
+++ b/TAO/performance-tests/Latency/Thread_Per_Connection/Client_Task.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Client_Task.h"
#include "ace/OS_NS_time.h"
diff --git a/TAO/performance-tests/Latency/Thread_Per_Connection/Roundtrip.cpp b/TAO/performance-tests/Latency/Thread_Per_Connection/Roundtrip.cpp
index c2d9bae5a2c..8ff0316770f 100644
--- a/TAO/performance-tests/Latency/Thread_Per_Connection/Roundtrip.cpp
+++ b/TAO/performance-tests/Latency/Thread_Per_Connection/Roundtrip.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Roundtrip.h"
Roundtrip::Roundtrip (CORBA::ORB_ptr orb)
diff --git a/TAO/performance-tests/Latency/Thread_Per_Connection/Roundtrip.h b/TAO/performance-tests/Latency/Thread_Per_Connection/Roundtrip.h
index 5631b6e86d7..25b26d1f4cd 100644
--- a/TAO/performance-tests/Latency/Thread_Per_Connection/Roundtrip.h
+++ b/TAO/performance-tests/Latency/Thread_Per_Connection/Roundtrip.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef ROUNDTRIP_H
#define ROUNDTRIP_H
diff --git a/TAO/performance-tests/Latency/Thread_Per_Connection/Test.idl b/TAO/performance-tests/Latency/Thread_Per_Connection/Test.idl
index c41a5194042..ec48c8b6821 100644
--- a/TAO/performance-tests/Latency/Thread_Per_Connection/Test.idl
+++ b/TAO/performance-tests/Latency/Thread_Per_Connection/Test.idl
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
/// A simple module to avoid namespace pollution
module Test
diff --git a/TAO/performance-tests/Latency/Thread_Pool/Client_Task.cpp b/TAO/performance-tests/Latency/Thread_Pool/Client_Task.cpp
index 0ec8ce27f22..b3168d869ec 100644
--- a/TAO/performance-tests/Latency/Thread_Pool/Client_Task.cpp
+++ b/TAO/performance-tests/Latency/Thread_Pool/Client_Task.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Client_Task.h"
#include "ace/OS_NS_time.h"
diff --git a/TAO/performance-tests/Latency/Thread_Pool/Roundtrip.cpp b/TAO/performance-tests/Latency/Thread_Pool/Roundtrip.cpp
index c2d9bae5a2c..8ff0316770f 100644
--- a/TAO/performance-tests/Latency/Thread_Pool/Roundtrip.cpp
+++ b/TAO/performance-tests/Latency/Thread_Pool/Roundtrip.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Roundtrip.h"
Roundtrip::Roundtrip (CORBA::ORB_ptr orb)
diff --git a/TAO/performance-tests/Latency/Thread_Pool/Roundtrip.h b/TAO/performance-tests/Latency/Thread_Pool/Roundtrip.h
index 5631b6e86d7..25b26d1f4cd 100644
--- a/TAO/performance-tests/Latency/Thread_Pool/Roundtrip.h
+++ b/TAO/performance-tests/Latency/Thread_Pool/Roundtrip.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef ROUNDTRIP_H
#define ROUNDTRIP_H
diff --git a/TAO/performance-tests/Latency/Thread_Pool/Test.idl b/TAO/performance-tests/Latency/Thread_Pool/Test.idl
index 3f26904a3f0..e56a95cd949 100644
--- a/TAO/performance-tests/Latency/Thread_Pool/Test.idl
+++ b/TAO/performance-tests/Latency/Thread_Pool/Test.idl
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
/// A simple module to avoid namespace pollution
module Test
diff --git a/TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.cpp b/TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.cpp
index c1359a0c327..38ef68443e6 100644
--- a/TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.cpp
+++ b/TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Worker_Thread.h"
Worker_Thread::Worker_Thread (CORBA::ORB_ptr orb)
diff --git a/TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.h b/TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.h
index ca7109a320d..394be338714 100644
--- a/TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.h
+++ b/TAO/performance-tests/Latency/Thread_Pool/Worker_Thread.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef WORKER_THREAD_H
#define WORKER_THREAD_H