summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests')
-rw-r--r--CIAO/performance-tests/Benchmark/Benchmark.idl1
-rw-r--r--CIAO/performance-tests/Benchmark/Benchmark.mpc1
-rw-r--r--CIAO/performance-tests/Benchmark/Multi_Threaded/Client_Task.cpp2
-rw-r--r--CIAO/performance-tests/Benchmark/Multi_Threaded/Multi_Threaded.mpc2
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.idl1
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc1
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTrip/RoundTripEI.idl2
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip_exec.cpp2
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTrip/client.cpp2
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.idl1
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc1
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClientEI.idl2
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp2
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.h2
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTripClient/client.cpp2
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.cpp2
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc1
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTripServer/server.cpp2
-rw-r--r--CIAO/performance-tests/Benchmark/server.cpp2
-rw-r--r--CIAO/performance-tests/Protocols/Controller/Controller.cpp2
-rw-r--r--CIAO/performance-tests/Protocols/Controller/Controller.mpc2
-rw-r--r--CIAO/performance-tests/Protocols/Receiver/Receiver.idl2
-rw-r--r--CIAO/performance-tests/Protocols/Receiver/Receiver.mpc1
-rw-r--r--CIAO/performance-tests/Protocols/Receiver/Receiver_exec.cpp2
-rw-r--r--CIAO/performance-tests/Protocols/Receiver/Receiver_exec.h2
-rw-r--r--CIAO/performance-tests/Protocols/Sender/Custom_Network_Priority_Mapping.cpp2
-rw-r--r--CIAO/performance-tests/Protocols/Sender/Sender.idl2
-rw-r--r--CIAO/performance-tests/Protocols/Sender/Sender.mpc1
-rw-r--r--CIAO/performance-tests/Protocols/Sender/Sender_exec.cpp2
-rw-r--r--CIAO/performance-tests/Protocols/Sender/Sender_exec.h2
-rw-r--r--CIAO/performance-tests/Protocols/common/Protocols.idl1
-rw-r--r--CIAO/performance-tests/Protocols/common/Protocols.mpc1
32 files changed, 0 insertions, 53 deletions
diff --git a/CIAO/performance-tests/Benchmark/Benchmark.idl b/CIAO/performance-tests/Benchmark/Benchmark.idl
index 6890e23b48b..3a259a9645c 100644
--- a/CIAO/performance-tests/Benchmark/Benchmark.idl
+++ b/CIAO/performance-tests/Benchmark/Benchmark.idl
@@ -1,4 +1,3 @@
-// $Id$
//=============================================================================
/**
* @file Benchmark.idl
diff --git a/CIAO/performance-tests/Benchmark/Benchmark.mpc b/CIAO/performance-tests/Benchmark/Benchmark.mpc
index bf9dc6c55f3..ff8a7f1315e 100644
--- a/CIAO/performance-tests/Benchmark/Benchmark.mpc
+++ b/CIAO/performance-tests/Benchmark/Benchmark.mpc
@@ -1,4 +1,3 @@
-// $Id$
// This file is generated with "generate_component_mpc.pl -n -c server Benchmark"
project(Benchmark_idl_gen) : componentidldefaults {
diff --git a/CIAO/performance-tests/Benchmark/Multi_Threaded/Client_Task.cpp b/CIAO/performance-tests/Benchmark/Multi_Threaded/Client_Task.cpp
index de8238096f4..1bae375bf19 100644
--- a/CIAO/performance-tests/Benchmark/Multi_Threaded/Client_Task.cpp
+++ b/CIAO/performance-tests/Benchmark/Multi_Threaded/Client_Task.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Client_Task.h"
Client_Task::Client_Task (Benchmark::RoundTripClient_ptr roundtrip)
diff --git a/CIAO/performance-tests/Benchmark/Multi_Threaded/Multi_Threaded.mpc b/CIAO/performance-tests/Benchmark/Multi_Threaded/Multi_Threaded.mpc
index c5a5c09eb00..87ba8042fe8 100644
--- a/CIAO/performance-tests/Benchmark/Multi_Threaded/Multi_Threaded.mpc
+++ b/CIAO/performance-tests/Benchmark/Multi_Threaded/Multi_Threaded.mpc
@@ -1,5 +1,3 @@
-// $Id$
-
project (Multi_Threaded_client) : ccm_stub, strategies {
exename = client
after += Benchmark_RoundTripClient_stub
diff --git a/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.idl b/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.idl
index 8b682c67cbe..116524249d8 100644
--- a/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.idl
+++ b/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.idl
@@ -1,4 +1,3 @@
-// $Id$
//=============================================================================
/**
* @file RoundTrip.idl
diff --git a/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc b/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc
index 921d1e4c085..4128ead25fe 100644
--- a/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc
+++ b/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc
@@ -1,4 +1,3 @@
-// $Id$
// This file is generated with "generate_component_mpc.pl -p Benchmark -l .. -c client Roundtrip"
project(Benchmark_RoundTrip_idl_gen) : componentidldefaults {
diff --git a/CIAO/performance-tests/Benchmark/RoundTrip/RoundTripEI.idl b/CIAO/performance-tests/Benchmark/RoundTrip/RoundTripEI.idl
index b42a56eb907..8d4db7e1e6e 100644
--- a/CIAO/performance-tests/Benchmark/RoundTrip/RoundTripEI.idl
+++ b/CIAO/performance-tests/Benchmark/RoundTrip/RoundTripEI.idl
@@ -1,5 +1,3 @@
-// $Id$
-
//=============================================================================
/**
* @file RoundTripEI.idl
diff --git a/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip_exec.cpp b/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip_exec.cpp
index 852b6f64d60..2c4d67ac4d5 100644
--- a/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip_exec.cpp
+++ b/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip_exec.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "RoundTrip_exec.h"
//-- ACE Scheduling Params
diff --git a/CIAO/performance-tests/Benchmark/RoundTrip/client.cpp b/CIAO/performance-tests/Benchmark/RoundTrip/client.cpp
index 3f0be5d0fad..302f19cfb2f 100644
--- a/CIAO/performance-tests/Benchmark/RoundTrip/client.cpp
+++ b/CIAO/performance-tests/Benchmark/RoundTrip/client.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
//==============================================================
/**
* @file client.cpp
diff --git a/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.idl b/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.idl
index 109ee63cfb2..3f999a2445a 100644
--- a/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.idl
+++ b/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.idl
@@ -1,4 +1,3 @@
-// $Id$
//=============================================================================
/**
* @file RoundTripClient.idl
diff --git a/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc b/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc
index 567fbcfce13..d177083bfcc 100644
--- a/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc
+++ b/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc
@@ -1,4 +1,3 @@
-// $Id$
// This file is generated with "generate_component_mpc.pl -p Benchmark -l .. -c client RoundTripClient"
project(Benchmark_RoundTripClient_idl_gen) : componentidldefaults {
diff --git a/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClientEI.idl b/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClientEI.idl
index a5a2dd90c67..24adb1f888d 100644
--- a/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClientEI.idl
+++ b/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClientEI.idl
@@ -1,5 +1,3 @@
-// $Id$
-
//=============================================================================
/**
* @file RoundTripClientEI.idl
diff --git a/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp b/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp
index 30d3475f90e..7a38dba1b29 100644
--- a/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp
+++ b/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ace/Stats.h"
#include "ace/Throughput_Stats.h"
#include "ace/Sample_History.h"
diff --git a/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.h b/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.h
index 86b95099b15..31e10b66743 100644
--- a/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.h
+++ b/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient_exec.h
@@ -1,5 +1,3 @@
-// $Id$
-
//============================================================
/**
* @file RoundTripClient_exec.h
diff --git a/CIAO/performance-tests/Benchmark/RoundTripClient/client.cpp b/CIAO/performance-tests/Benchmark/RoundTripClient/client.cpp
index f4cf8a52c08..1441ef0d4fe 100644
--- a/CIAO/performance-tests/Benchmark/RoundTripClient/client.cpp
+++ b/CIAO/performance-tests/Benchmark/RoundTripClient/client.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
//==============================================================
/**
* @file client.cpp
diff --git a/CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.cpp b/CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.cpp
index 8fdcb042392..202b95a0ddb 100644
--- a/CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.cpp
+++ b/CIAO/performance-tests/Benchmark/RoundTripServer/LatencyTest.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "LatencyTest.h"
#include "ace/Log_Msg.h"
diff --git a/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc b/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc
index 5c824ef9072..e3c27c52341 100644
--- a/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc
+++ b/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc
@@ -1,4 +1,3 @@
-// $Id$
project (RoundTrip_server) : strategies, ciao_executor {
exename = server
after += Benchmark_skel
diff --git a/CIAO/performance-tests/Benchmark/RoundTripServer/server.cpp b/CIAO/performance-tests/Benchmark/RoundTripServer/server.cpp
index a41e38aa6f9..a9353976b6b 100644
--- a/CIAO/performance-tests/Benchmark/RoundTripServer/server.cpp
+++ b/CIAO/performance-tests/Benchmark/RoundTripServer/server.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "LatencyTest.h"
#include "ace/Sched_Params.h"
#include "ace/OS_NS_errno.h"
diff --git a/CIAO/performance-tests/Benchmark/server.cpp b/CIAO/performance-tests/Benchmark/server.cpp
index 1ec50d59810..9a4030c1372 100644
--- a/CIAO/performance-tests/Benchmark/server.cpp
+++ b/CIAO/performance-tests/Benchmark/server.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "LatencyTest.h"
#include "ace/Sched_Params.h"
diff --git a/CIAO/performance-tests/Protocols/Controller/Controller.cpp b/CIAO/performance-tests/Protocols/Controller/Controller.cpp
index 5f96222dd38..bc9eedc07e1 100644
--- a/CIAO/performance-tests/Protocols/Controller/Controller.cpp
+++ b/CIAO/performance-tests/Protocols/Controller/Controller.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "SenderC.h"
#include "ReceiverC.h"
#include "tao/ORB_Constants.h"
diff --git a/CIAO/performance-tests/Protocols/Controller/Controller.mpc b/CIAO/performance-tests/Protocols/Controller/Controller.mpc
index af97a3d6520..433f48c4637 100644
--- a/CIAO/performance-tests/Protocols/Controller/Controller.mpc
+++ b/CIAO/performance-tests/Protocols/Controller/Controller.mpc
@@ -1,5 +1,3 @@
-// $Id$
-
project (Protocols_Controller) : ccm_stub, rtcorba {
after += Protocols_Sender_stub \
Protocols_Receiver_stub
diff --git a/CIAO/performance-tests/Protocols/Receiver/Receiver.idl b/CIAO/performance-tests/Protocols/Receiver/Receiver.idl
index f6de6e91a58..e968ff36a44 100644
--- a/CIAO/performance-tests/Protocols/Receiver/Receiver.idl
+++ b/CIAO/performance-tests/Protocols/Receiver/Receiver.idl
@@ -1,5 +1,3 @@
-// $Id$
-
#include <Components.idl>
#include "../common/Protocols.idl"
diff --git a/CIAO/performance-tests/Protocols/Receiver/Receiver.mpc b/CIAO/performance-tests/Protocols/Receiver/Receiver.mpc
index c831cc1be5f..a7d31393b91 100644
--- a/CIAO/performance-tests/Protocols/Receiver/Receiver.mpc
+++ b/CIAO/performance-tests/Protocols/Receiver/Receiver.mpc
@@ -1,4 +1,3 @@
-// $Id$
// This file is generated with "generate_component_mpc.pl -p Protocols Receiver"
project(Protocols_Receiver_idl_gen) : componentidldefaults {
diff --git a/CIAO/performance-tests/Protocols/Receiver/Receiver_exec.cpp b/CIAO/performance-tests/Protocols/Receiver/Receiver_exec.cpp
index 428b47c1da9..117cec0aced 100644
--- a/CIAO/performance-tests/Protocols/Receiver/Receiver_exec.cpp
+++ b/CIAO/performance-tests/Protocols/Receiver/Receiver_exec.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Receiver_exec.h"
#include "ace/Stats.h"
#include "ace/Throughput_Stats.h"
diff --git a/CIAO/performance-tests/Protocols/Receiver/Receiver_exec.h b/CIAO/performance-tests/Protocols/Receiver/Receiver_exec.h
index 827492ce119..ac8ca222e62 100644
--- a/CIAO/performance-tests/Protocols/Receiver/Receiver_exec.h
+++ b/CIAO/performance-tests/Protocols/Receiver/Receiver_exec.h
@@ -1,5 +1,3 @@
-// $Id$
-
#include "ReceiverEC.h"
#include "Receiver_exec_export.h"
#include "tao/LocalObject.h"
diff --git a/CIAO/performance-tests/Protocols/Sender/Custom_Network_Priority_Mapping.cpp b/CIAO/performance-tests/Protocols/Sender/Custom_Network_Priority_Mapping.cpp
index 155d0516de5..ff80804b53d 100644
--- a/CIAO/performance-tests/Protocols/Sender/Custom_Network_Priority_Mapping.cpp
+++ b/CIAO/performance-tests/Protocols/Sender/Custom_Network_Priority_Mapping.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Custom_Network_Priority_Mapping.h"
#include "tao/debug.h"
#include "ace/Log_Msg.h"
diff --git a/CIAO/performance-tests/Protocols/Sender/Sender.idl b/CIAO/performance-tests/Protocols/Sender/Sender.idl
index 200eaa0350a..b3d5174976f 100644
--- a/CIAO/performance-tests/Protocols/Sender/Sender.idl
+++ b/CIAO/performance-tests/Protocols/Sender/Sender.idl
@@ -1,5 +1,3 @@
-// $Id$
-
#include <Components.idl>
#include "../common/Protocols.idl"
diff --git a/CIAO/performance-tests/Protocols/Sender/Sender.mpc b/CIAO/performance-tests/Protocols/Sender/Sender.mpc
index 775ce63d5d9..8ef297b7060 100644
--- a/CIAO/performance-tests/Protocols/Sender/Sender.mpc
+++ b/CIAO/performance-tests/Protocols/Sender/Sender.mpc
@@ -1,4 +1,3 @@
-// $Id$
// This file is generated with "generate_component_mpc.pl -p Protocols Sender"
project(Protocols_Sender_idl_gen) : componentidldefaults {
diff --git a/CIAO/performance-tests/Protocols/Sender/Sender_exec.cpp b/CIAO/performance-tests/Protocols/Sender/Sender_exec.cpp
index 8c33b41994b..5d1bf473fea 100644
--- a/CIAO/performance-tests/Protocols/Sender/Sender_exec.cpp
+++ b/CIAO/performance-tests/Protocols/Sender/Sender_exec.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "tao/ORB_Constants.h"
#include "tao/debug.h"
#include "tao/RTCORBA/RTCORBA.h"
diff --git a/CIAO/performance-tests/Protocols/Sender/Sender_exec.h b/CIAO/performance-tests/Protocols/Sender/Sender_exec.h
index d6e38abefb5..dc6130308a7 100644
--- a/CIAO/performance-tests/Protocols/Sender/Sender_exec.h
+++ b/CIAO/performance-tests/Protocols/Sender/Sender_exec.h
@@ -1,5 +1,3 @@
-// $Id$
-
#include "SenderEC.h"
#include "Sender_exec_export.h"
#include "tao/LocalObject.h"
diff --git a/CIAO/performance-tests/Protocols/common/Protocols.idl b/CIAO/performance-tests/Protocols/common/Protocols.idl
index c9943657993..5f7fa0ecf7f 100644
--- a/CIAO/performance-tests/Protocols/common/Protocols.idl
+++ b/CIAO/performance-tests/Protocols/common/Protocols.idl
@@ -1,4 +1,3 @@
-// $Id$
#ifndef PROTOCOLS_IDL
#define PROTOCOLS_IDL
diff --git a/CIAO/performance-tests/Protocols/common/Protocols.mpc b/CIAO/performance-tests/Protocols/common/Protocols.mpc
index 210df2ec9a2..a41050c4a3b 100644
--- a/CIAO/performance-tests/Protocols/common/Protocols.mpc
+++ b/CIAO/performance-tests/Protocols/common/Protocols.mpc
@@ -1,4 +1,3 @@
-// $Id$
// This file is generated with "generate_component_mpc.pl -n Protocols"
project(Protocols_idl_gen) : componentidldefaults {