summaryrefslogtreecommitdiff
path: root/CIAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:40:30 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:40:30 +0100
commitd3a107625182634ae0be8f003d9130f8bb5c3567 (patch)
tree32203c121df46252da254edee1a88b2f7e4e22c2 /CIAO
parent894f0c22281e0c75e15d6d8688288b7ee5486f46 (diff)
downloadATCD-d3a107625182634ae0be8f003d9130f8bb5c3567.tar.gz
Handle perl files
Diffstat (limited to 'CIAO')
-rwxr-xr-xCIAO/bin/generate_component_mpc.pl3
-rw-r--r--CIAO/performance-tests/Benchmark/Multi_Threaded/svc.conf2
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTrip/svc.conf2
-rw-r--r--CIAO/performance-tests/Benchmark/svc.conf2
4 files changed, 1 insertions, 8 deletions
diff --git a/CIAO/bin/generate_component_mpc.pl b/CIAO/bin/generate_component_mpc.pl
index 6289c75b83d..d410ae318ad 100755
--- a/CIAO/bin/generate_component_mpc.pl
+++ b/CIAO/bin/generate_component_mpc.pl
@@ -286,8 +286,7 @@ else {
}
-$mpc_template = '// $Id$
-// This file is generated with "'."generate_component_mpc.pl $flags".'"
+$mpc_template = '// This file is generated with "'."generate_component_mpc.pl $flags".'"
project('."$unique_prefix"."$com_name".'_idl_gen) : componentidldefaults' . "$base_projs" . '{
custom_only = 1'."
diff --git a/CIAO/performance-tests/Benchmark/Multi_Threaded/svc.conf b/CIAO/performance-tests/Benchmark/Multi_Threaded/svc.conf
index 46ff5409fdf..adb400aae78 100644
--- a/CIAO/performance-tests/Benchmark/Multi_Threaded/svc.conf
+++ b/CIAO/performance-tests/Benchmark/Multi_Threaded/svc.conf
@@ -1,5 +1,3 @@
#
-# $Id$
-#
static Advanced_Resource_Factory "-ORBReactorMaskSignals 0 -ORBFlushingStrategy blocking"
static Client_Strategy_Factory "-ORBTransportMuxStrategy EXCLUSIVE -ORBClientConnectionHandler RW"
diff --git a/CIAO/performance-tests/Benchmark/RoundTrip/svc.conf b/CIAO/performance-tests/Benchmark/RoundTrip/svc.conf
index 3041c06f5e3..6dfec619589 100644
--- a/CIAO/performance-tests/Benchmark/RoundTrip/svc.conf
+++ b/CIAO/performance-tests/Benchmark/RoundTrip/svc.conf
@@ -1,6 +1,4 @@
#
-# $Id$
-#
dynamic Advanced_Resource_Factory Service_Object * TAO_Strategies:_make_TAO_Advanced_Resource_Factory () "-ORBReactorMaskSignals 0 -ORBInputCDRAllocator null -ORBReactorType select_st -ORBConnectionCacheLock null"
static Server_Strategy_Factory "-ORBAllowReactivationOfSystemids 0"
static Client_Strategy_Factory "-ORBTransportMuxStrategy EXCLUSIVE-ORBClientConnectionHandler RW"
diff --git a/CIAO/performance-tests/Benchmark/svc.conf b/CIAO/performance-tests/Benchmark/svc.conf
index 40babaf2989..bcb0083d041 100644
--- a/CIAO/performance-tests/Benchmark/svc.conf
+++ b/CIAO/performance-tests/Benchmark/svc.conf
@@ -1,6 +1,4 @@
#
-# $Id$
-#
static Advanced_Resource_Factory "-ORBReactorMaskSignals 0 -ORBInputCDRAllocator null -ORBReactorType select_st -ORBConnectionCacheLock null"
static Server_Strategy_Factory "-ORBAllowReactivationOfSystemids 0"
static Client_Strategy_Factory "-ORBTransportMuxStrategy EXCLUSIVE -ORBClientConnectionHandler RW"