summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark
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 /CIAO/performance-tests/Benchmark
parent81436456e81e30d4744982734a14145e54faf3aa (diff)
downloadATCD-e1c9cd39aa8c1b7f8a1749d2a22b451d114bb0e3.tar.gz
Removed a lot of old Id tags
Diffstat (limited to 'CIAO/performance-tests/Benchmark')
-rw-r--r--CIAO/performance-tests/Benchmark/LatencyTest.cpp3
-rw-r--r--CIAO/performance-tests/Benchmark/LatencyTest.h3
-rw-r--r--CIAO/performance-tests/Benchmark/Multi_Threaded/Client_Task.h3
-rw-r--r--CIAO/performance-tests/Benchmark/Multi_Threaded/client.cpp3
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.h3
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTripServer/Test.idl3
6 files changed, 0 insertions, 18 deletions
diff --git a/CIAO/performance-tests/Benchmark/LatencyTest.cpp b/CIAO/performance-tests/Benchmark/LatencyTest.cpp
index 2de09618b8f..5eded25989a 100644
--- a/CIAO/performance-tests/Benchmark/LatencyTest.cpp
+++ b/CIAO/performance-tests/Benchmark/LatencyTest.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "LatencyTest.h"
LatencyTest::LatencyTest (CORBA::ORB_ptr orb)
diff --git a/CIAO/performance-tests/Benchmark/LatencyTest.h b/CIAO/performance-tests/Benchmark/LatencyTest.h
index bafda6e76c0..be6f15036ca 100644
--- a/CIAO/performance-tests/Benchmark/LatencyTest.h
+++ b/CIAO/performance-tests/Benchmark/LatencyTest.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef LATENCYTEST_H
#define LATENCYTEST_H
diff --git a/CIAO/performance-tests/Benchmark/Multi_Threaded/Client_Task.h b/CIAO/performance-tests/Benchmark/Multi_Threaded/Client_Task.h
index e3330a76307..9f294760089 100644
--- a/CIAO/performance-tests/Benchmark/Multi_Threaded/Client_Task.h
+++ b/CIAO/performance-tests/Benchmark/Multi_Threaded/Client_Task.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef CLIENT_TASK_H
#define CLIENT_TASK_H
diff --git a/CIAO/performance-tests/Benchmark/Multi_Threaded/client.cpp b/CIAO/performance-tests/Benchmark/Multi_Threaded/client.cpp
index 9cfc951f332..93c1658ccbd 100644
--- a/CIAO/performance-tests/Benchmark/Multi_Threaded/client.cpp
+++ b/CIAO/performance-tests/Benchmark/Multi_Threaded/client.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
//==============================================================
/**
diff --git a/CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.h b/CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.h
index e2dbaf7cc0e..891a26697a5 100644
--- a/CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.h
+++ b/CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef LATENCYTEST_H
#define LATENCYTEST_H
diff --git a/CIAO/performance-tests/Benchmark/RoundTripServer/Test.idl b/CIAO/performance-tests/Benchmark/RoundTripServer/Test.idl
index 57af615669e..77340766da3 100644
--- a/CIAO/performance-tests/Benchmark/RoundTripServer/Test.idl
+++ b/CIAO/performance-tests/Benchmark/RoundTripServer/Test.idl
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
/// Measure roundtrip delay
interface LatencyTest