summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:56:24 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:56:24 +0100
commit169db677980c71427658d590f1d7d2f5365a94b9 (patch)
tree12d6ab68bcaf8e03cef59651fc39a5a8e05c3e40 /TAO/orbsvcs/examples
parentd3a107625182634ae0be8f003d9130f8bb5c3567 (diff)
downloadATCD-169db677980c71427658d590f1d7d2f5365a94b9.tar.gz
Perl files
Diffstat (limited to 'TAO/orbsvcs/examples')
-rwxr-xr-xTAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/run_test.pl1
-rwxr-xr-xTAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/run_test2.pl1
-rwxr-xr-xTAO/orbsvcs/examples/CosEC/Simple/run_test.pl1
-rwxr-xr-xTAO/orbsvcs/examples/CosEC/TypedSimple/run_test.pl1
-rwxr-xr-xTAO/orbsvcs/examples/ImR/Advanced/run_test.pl1
-rw-r--r--TAO/orbsvcs/examples/ImR/Combined_Service/dynserver.conf1
-rwxr-xr-xTAO/orbsvcs/examples/ImR/Combined_Service/run_test.pl1
-rw-r--r--TAO/orbsvcs/examples/ImR/Combined_Service/start_all.conf1
-rwxr-xr-xTAO/orbsvcs/examples/LoadBalancing/run_test.pl1
-rwxr-xr-xTAO/orbsvcs/examples/Log/Basic/run_test.pl1
-rwxr-xr-xTAO/orbsvcs/examples/Log/Event/run_test.pl1
-rwxr-xr-xTAO/orbsvcs/examples/Log/Notify/run_test.pl1
-rwxr-xr-xTAO/orbsvcs/examples/Log/RTEvent/run_test.pl1
-rwxr-xr-xTAO/orbsvcs/examples/Notify/Filter/run_test.pl1
-rw-r--r--TAO/orbsvcs/examples/Notify/Lanes/client.conf1
-rw-r--r--TAO/orbsvcs/examples/Notify/Lanes/notify.conf1
-rwxr-xr-xTAO/orbsvcs/examples/Notify/Lanes/run_test.pl1
-rw-r--r--TAO/orbsvcs/examples/Notify/MC/TkMonitor/modules/GeometryStore.pm1
-rw-r--r--TAO/orbsvcs/examples/Notify/MC/TkMonitor/modules/MonitorControl.pm1
-rwxr-xr-xTAO/orbsvcs/examples/Notify/Subscribe/run_test.pl1
-rw-r--r--TAO/orbsvcs/examples/Notify/ThreadPool/client.conf1
-rw-r--r--TAO/orbsvcs/examples/Notify/ThreadPool/notify.conf1
-rwxr-xr-xTAO/orbsvcs/examples/Notify/ThreadPool/run_test.pl1
-rwxr-xr-xTAO/orbsvcs/examples/ORT/run_test.pl1
-rwxr-xr-xTAO/orbsvcs/examples/RtEC/IIOPGateway/consumerec_crash.pl1
-rw-r--r--TAO/orbsvcs/examples/RtEC/IIOPGateway/ec.conf1
-rw-r--r--TAO/orbsvcs/examples/RtEC/IIOPGateway/gateway.conf1
-rwxr-xr-xTAO/orbsvcs/examples/RtEC/IIOPGateway/run_test.pl1
-rw-r--r--TAO/orbsvcs/examples/RtEC/Kokyu/svc.conf1
-rw-r--r--TAO/orbsvcs/examples/RtEC/MCast/svc.conf1
-rw-r--r--TAO/orbsvcs/examples/RtEC/Schedule/svc.conf1
-rw-r--r--TAO/orbsvcs/examples/RtEC/Simple/ec.conf1
-rwxr-xr-xTAO/orbsvcs/examples/RtEC/Simple/run_test.pl1
-rw-r--r--TAO/orbsvcs/examples/Security/Send_File/client.conf1
-rw-r--r--TAO/orbsvcs/examples/Security/Send_File/client_nopasswd.conf1
-rwxr-xr-xTAO/orbsvcs/examples/Security/Send_File/run_test.pl1
-rw-r--r--TAO/orbsvcs/examples/Security/Send_File/server.conf1
-rw-r--r--TAO/orbsvcs/examples/Security/Send_File/server_none.conf1
-rw-r--r--TAO/orbsvcs/examples/Security/Send_File/server_nopasswd.conf1
39 files changed, 0 insertions, 39 deletions
diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/run_test.pl b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/run_test.pl
index 07e70c584bb..d7e883cb0b0 100755
--- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/run_test.pl
+++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/run_test.pl
@@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/run_test2.pl b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/run_test2.pl
index fe697b1fe92..6f11fa3d247 100755
--- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/run_test2.pl
+++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/run_test2.pl
@@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
diff --git a/TAO/orbsvcs/examples/CosEC/Simple/run_test.pl b/TAO/orbsvcs/examples/CosEC/Simple/run_test.pl
index b4424f3a5a1..affc4708226 100755
--- a/TAO/orbsvcs/examples/CosEC/Simple/run_test.pl
+++ b/TAO/orbsvcs/examples/CosEC/Simple/run_test.pl
@@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
diff --git a/TAO/orbsvcs/examples/CosEC/TypedSimple/run_test.pl b/TAO/orbsvcs/examples/CosEC/TypedSimple/run_test.pl
index b7af0ea4a41..493e8077815 100755
--- a/TAO/orbsvcs/examples/CosEC/TypedSimple/run_test.pl
+++ b/TAO/orbsvcs/examples/CosEC/TypedSimple/run_test.pl
@@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
diff --git a/TAO/orbsvcs/examples/ImR/Advanced/run_test.pl b/TAO/orbsvcs/examples/ImR/Advanced/run_test.pl
index 51b5bc40bfa..772f1132e36 100755
--- a/TAO/orbsvcs/examples/ImR/Advanced/run_test.pl
+++ b/TAO/orbsvcs/examples/ImR/Advanced/run_test.pl
@@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
diff --git a/TAO/orbsvcs/examples/ImR/Combined_Service/dynserver.conf b/TAO/orbsvcs/examples/ImR/Combined_Service/dynserver.conf
index fe4b2e6d3eb..df15d915f41 100644
--- a/TAO/orbsvcs/examples/ImR/Combined_Service/dynserver.conf
+++ b/TAO/orbsvcs/examples/ImR/Combined_Service/dynserver.conf
@@ -1,3 +1,2 @@
-# $Id$
dynamic DynServer_Loader Service_Object * DynServer:_make_DynServer_Loader() '-orbcollocation per-orb -orbuseimr 1 -orbinitref ImplRepoService=corbaloc::localhost:9999/ImplRepoService'
diff --git a/TAO/orbsvcs/examples/ImR/Combined_Service/run_test.pl b/TAO/orbsvcs/examples/ImR/Combined_Service/run_test.pl
index c6d66ff9da2..3566c377bb5 100755
--- a/TAO/orbsvcs/examples/ImR/Combined_Service/run_test.pl
+++ b/TAO/orbsvcs/examples/ImR/Combined_Service/run_test.pl
@@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
# -*- perl -*-
###############################################################################
diff --git a/TAO/orbsvcs/examples/ImR/Combined_Service/start_all.conf b/TAO/orbsvcs/examples/ImR/Combined_Service/start_all.conf
index b8329d03a6c..982d9c4e26d 100644
--- a/TAO/orbsvcs/examples/ImR/Combined_Service/start_all.conf
+++ b/TAO/orbsvcs/examples/ImR/Combined_Service/start_all.conf
@@ -1,4 +1,3 @@
-# $Id$
dynamic ImR_Locator_Loader Service_Object * TAO_ImR_Locator:_make_ImR_Locator_Loader() '-orbcollocation no -orbobjrefstyle url -t 10 -d 2 -orbendpoint iiop://:9999'
dynamic ImR_Activator_Loader Service_Object * TAO_ImR_Activator:_make_ImR_Activator_Loader() '-orbcollocation per-orb -d 2 -orbinitref ImplRepoService=corbaloc::localhost:9999/ImplRepoService'
diff --git a/TAO/orbsvcs/examples/LoadBalancing/run_test.pl b/TAO/orbsvcs/examples/LoadBalancing/run_test.pl
index 85cfbfff02f..8a86516e6c9 100755
--- a/TAO/orbsvcs/examples/LoadBalancing/run_test.pl
+++ b/TAO/orbsvcs/examples/LoadBalancing/run_test.pl
@@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
diff --git a/TAO/orbsvcs/examples/Log/Basic/run_test.pl b/TAO/orbsvcs/examples/Log/Basic/run_test.pl
index 5378a79e349..d5684ec509f 100755
--- a/TAO/orbsvcs/examples/Log/Basic/run_test.pl
+++ b/TAO/orbsvcs/examples/Log/Basic/run_test.pl
@@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
diff --git a/TAO/orbsvcs/examples/Log/Event/run_test.pl b/TAO/orbsvcs/examples/Log/Event/run_test.pl
index 5ea2ddef0c3..66e1e15f15d 100755
--- a/TAO/orbsvcs/examples/Log/Event/run_test.pl
+++ b/TAO/orbsvcs/examples/Log/Event/run_test.pl
@@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
diff --git a/TAO/orbsvcs/examples/Log/Notify/run_test.pl b/TAO/orbsvcs/examples/Log/Notify/run_test.pl
index 9853f6f3f2c..97298b8831b 100755
--- a/TAO/orbsvcs/examples/Log/Notify/run_test.pl
+++ b/TAO/orbsvcs/examples/Log/Notify/run_test.pl
@@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
diff --git a/TAO/orbsvcs/examples/Log/RTEvent/run_test.pl b/TAO/orbsvcs/examples/Log/RTEvent/run_test.pl
index bf65c2e9e50..cd80ce9f4f8 100755
--- a/TAO/orbsvcs/examples/Log/RTEvent/run_test.pl
+++ b/TAO/orbsvcs/examples/Log/RTEvent/run_test.pl
@@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
diff --git a/TAO/orbsvcs/examples/Notify/Filter/run_test.pl b/TAO/orbsvcs/examples/Notify/Filter/run_test.pl
index e5e8bbe4240..cf6a58430cf 100755
--- a/TAO/orbsvcs/examples/Notify/Filter/run_test.pl
+++ b/TAO/orbsvcs/examples/Notify/Filter/run_test.pl
@@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
diff --git a/TAO/orbsvcs/examples/Notify/Lanes/client.conf b/TAO/orbsvcs/examples/Notify/Lanes/client.conf
index 99af790bcbc..080a85cbc04 100644
--- a/TAO/orbsvcs/examples/Notify/Lanes/client.conf
+++ b/TAO/orbsvcs/examples/Notify/Lanes/client.conf
@@ -1,3 +1,2 @@
-# $Id$
static RT_ORB_Loader "-ORBSchedPolicy SCHED_FIFO -ORBScopePolicy SYSTEM -ORBPriorityMapping continuous" \ No newline at end of file
diff --git a/TAO/orbsvcs/examples/Notify/Lanes/notify.conf b/TAO/orbsvcs/examples/Notify/Lanes/notify.conf
index a9deadec1b1..46f873c76ee 100644
--- a/TAO/orbsvcs/examples/Notify/Lanes/notify.conf
+++ b/TAO/orbsvcs/examples/Notify/Lanes/notify.conf
@@ -1,4 +1,3 @@
-# $Id$
dynamic TAO_RT_ORB_Loader Service_Object *TAO_RTCORBA:_make_TAO_RT_ORB_Loader () "-ORBSchedPolicy SCHED_FIFO -ORBScopePolicy PROCESS -ORBPriorityMapping continuous"
diff --git a/TAO/orbsvcs/examples/Notify/Lanes/run_test.pl b/TAO/orbsvcs/examples/Notify/Lanes/run_test.pl
index 0a3dd08dc4a..85cb5a8d1f2 100755
--- a/TAO/orbsvcs/examples/Notify/Lanes/run_test.pl
+++ b/TAO/orbsvcs/examples/Notify/Lanes/run_test.pl
@@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
diff --git a/TAO/orbsvcs/examples/Notify/MC/TkMonitor/modules/GeometryStore.pm b/TAO/orbsvcs/examples/Notify/MC/TkMonitor/modules/GeometryStore.pm
index 8521b664c69..ca25280b1b7 100644
--- a/TAO/orbsvcs/examples/Notify/MC/TkMonitor/modules/GeometryStore.pm
+++ b/TAO/orbsvcs/examples/Notify/MC/TkMonitor/modules/GeometryStore.pm
@@ -4,7 +4,6 @@ package GeometryStore;
# Description : Store and retrieve geometry
# Author : Chad Elliott
# Create Date : 1/5/2006
-# $Id$
# ******************************************************************
# ******************************************************************
diff --git a/TAO/orbsvcs/examples/Notify/MC/TkMonitor/modules/MonitorControl.pm b/TAO/orbsvcs/examples/Notify/MC/TkMonitor/modules/MonitorControl.pm
index e4602236597..ecc31284f6a 100644
--- a/TAO/orbsvcs/examples/Notify/MC/TkMonitor/modules/MonitorControl.pm
+++ b/TAO/orbsvcs/examples/Notify/MC/TkMonitor/modules/MonitorControl.pm
@@ -4,7 +4,6 @@ package MonitorControl;
# Description : Graphical interface for the Notify Service Monitor
# Author : Chad Elliott
# Create Date : 7/17/2007
-# $Id$
# ************************************************************
# ************************************************************
diff --git a/TAO/orbsvcs/examples/Notify/Subscribe/run_test.pl b/TAO/orbsvcs/examples/Notify/Subscribe/run_test.pl
index 121fd68fd9f..7e04939283e 100755
--- a/TAO/orbsvcs/examples/Notify/Subscribe/run_test.pl
+++ b/TAO/orbsvcs/examples/Notify/Subscribe/run_test.pl
@@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
diff --git a/TAO/orbsvcs/examples/Notify/ThreadPool/client.conf b/TAO/orbsvcs/examples/Notify/ThreadPool/client.conf
index 99af790bcbc..080a85cbc04 100644
--- a/TAO/orbsvcs/examples/Notify/ThreadPool/client.conf
+++ b/TAO/orbsvcs/examples/Notify/ThreadPool/client.conf
@@ -1,3 +1,2 @@
-# $Id$
static RT_ORB_Loader "-ORBSchedPolicy SCHED_FIFO -ORBScopePolicy SYSTEM -ORBPriorityMapping continuous" \ No newline at end of file
diff --git a/TAO/orbsvcs/examples/Notify/ThreadPool/notify.conf b/TAO/orbsvcs/examples/Notify/ThreadPool/notify.conf
index 2478d4dde00..64da6772ac2 100644
--- a/TAO/orbsvcs/examples/Notify/ThreadPool/notify.conf
+++ b/TAO/orbsvcs/examples/Notify/ThreadPool/notify.conf
@@ -1,4 +1,3 @@
-# $Id$
dynamic TAO_RT_ORB_Loader Service_Object *TAO_RTCORBA:_make_TAO_RT_ORB_Loader () "-ORBSchedPolicy SCHED_FIFO -ORBScopePolicy SYSTEM -ORBPriorityMapping continuous"
##dynamic TAO_Notify_Factory Service_Object * TAO_CosNotification_Serv:_make_TAO_Notify_Default_Factory () ""
diff --git a/TAO/orbsvcs/examples/Notify/ThreadPool/run_test.pl b/TAO/orbsvcs/examples/Notify/ThreadPool/run_test.pl
index ae2714106e6..f88a7aab724 100755
--- a/TAO/orbsvcs/examples/Notify/ThreadPool/run_test.pl
+++ b/TAO/orbsvcs/examples/Notify/ThreadPool/run_test.pl
@@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
diff --git a/TAO/orbsvcs/examples/ORT/run_test.pl b/TAO/orbsvcs/examples/ORT/run_test.pl
index 0b73fe8acef..0c46a3836d4 100755
--- a/TAO/orbsvcs/examples/ORT/run_test.pl
+++ b/TAO/orbsvcs/examples/ORT/run_test.pl
@@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
diff --git a/TAO/orbsvcs/examples/RtEC/IIOPGateway/consumerec_crash.pl b/TAO/orbsvcs/examples/RtEC/IIOPGateway/consumerec_crash.pl
index a5a732212aa..93b5ff39278 100755
--- a/TAO/orbsvcs/examples/RtEC/IIOPGateway/consumerec_crash.pl
+++ b/TAO/orbsvcs/examples/RtEC/IIOPGateway/consumerec_crash.pl
@@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
diff --git a/TAO/orbsvcs/examples/RtEC/IIOPGateway/ec.conf b/TAO/orbsvcs/examples/RtEC/IIOPGateway/ec.conf
index 912531e5bf7..db8551bb30a 100644
--- a/TAO/orbsvcs/examples/RtEC/IIOPGateway/ec.conf
+++ b/TAO/orbsvcs/examples/RtEC/IIOPGateway/ec.conf
@@ -1,4 +1,3 @@
-# $Id$
#static EC_Factory "-ECobserver basic -ECDispatching reactive -ECFiltering basic -ECSupplierFiltering per-supplier -ECProxyConsumerLock thread -ECProxySupplierLock thread -ECConsumerControl reactive -ECSupplierControl reactive -ECConsumerControlPeriod 50000 -ECSupplierControlPeriod 50000"
static EC_Factory "-ECobserver basic "
diff --git a/TAO/orbsvcs/examples/RtEC/IIOPGateway/gateway.conf b/TAO/orbsvcs/examples/RtEC/IIOPGateway/gateway.conf
index 4095ec8acef..64be072abcf 100644
--- a/TAO/orbsvcs/examples/RtEC/IIOPGateway/gateway.conf
+++ b/TAO/orbsvcs/examples/RtEC/IIOPGateway/gateway.conf
@@ -1,4 +1,3 @@
-# $Id$
#static EC_Factory "-ECobserver basic -ECDispatching reactive -ECFiltering basic -ECSupplierFiltering per-supplier -ECProxyConsumerLock thread -ECProxySupplierLock thread -ECConsumerControl reactive -ECSupplierControl reactive -ECConsumerControlPeriod 50000 -ECSupplierControlPeriod 50000"
#static EC_Factory "-ECobserver basic "
diff --git a/TAO/orbsvcs/examples/RtEC/IIOPGateway/run_test.pl b/TAO/orbsvcs/examples/RtEC/IIOPGateway/run_test.pl
index 7caef1cc8df..03974eba251 100755
--- a/TAO/orbsvcs/examples/RtEC/IIOPGateway/run_test.pl
+++ b/TAO/orbsvcs/examples/RtEC/IIOPGateway/run_test.pl
@@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
diff --git a/TAO/orbsvcs/examples/RtEC/Kokyu/svc.conf b/TAO/orbsvcs/examples/RtEC/Kokyu/svc.conf
index f7f7f34881a..9b12015cd96 100644
--- a/TAO/orbsvcs/examples/RtEC/Kokyu/svc.conf
+++ b/TAO/orbsvcs/examples/RtEC/Kokyu/svc.conf
@@ -1,4 +1,3 @@
-# $Id$
#change SCHED_OTHER to SCHED_FIFO or SCHED_RR to run in Real time class
static EC_Factory "-ECProxyPushConsumerCollection mt:immediate:list -ECProxyPushSupplierCollection mt:immediate:list -ECdispatching kokyu SCHED_OTHER -ECscheduling kokyu -ECfiltering kokyu -ECproxyconsumerlock thread -ECproxysupplierlock thread -ECsupplierfiltering per-supplier"
diff --git a/TAO/orbsvcs/examples/RtEC/MCast/svc.conf b/TAO/orbsvcs/examples/RtEC/MCast/svc.conf
index 9b72e028412..e39d6939e70 100644
--- a/TAO/orbsvcs/examples/RtEC/MCast/svc.conf
+++ b/TAO/orbsvcs/examples/RtEC/MCast/svc.conf
@@ -1,3 +1,2 @@
-# $Id$
static EC_Factory "-ECObserver basic -ECProxyPushConsumerCollection mt:copy_on_write:list -ECProxyPushSupplierCollection mt:copy_on_write:list -ECDispatching reactive -ECScheduling null -ECFiltering prefix -ECSupplierFilter per-supplier"
diff --git a/TAO/orbsvcs/examples/RtEC/Schedule/svc.conf b/TAO/orbsvcs/examples/RtEC/Schedule/svc.conf
index 3bbb090cef1..a62feeb7dad 100644
--- a/TAO/orbsvcs/examples/RtEC/Schedule/svc.conf
+++ b/TAO/orbsvcs/examples/RtEC/Schedule/svc.conf
@@ -1,3 +1,2 @@
-# $Id$
static EC_Factory "-ECProxyPushConsumerCollection mt:immediate:list -ECProxyPushSupplierCollection mt:immediate:list -ECdispatching priority -ECscheduling priority -ECfiltering priority -ECproxyconsumerlock thread -ECproxysupplierlock thread -ECsupplierfiltering per-supplier"
diff --git a/TAO/orbsvcs/examples/RtEC/Simple/ec.conf b/TAO/orbsvcs/examples/RtEC/Simple/ec.conf
index cb16e5dda92..3ce3a23b9d7 100644
--- a/TAO/orbsvcs/examples/RtEC/Simple/ec.conf
+++ b/TAO/orbsvcs/examples/RtEC/Simple/ec.conf
@@ -1,3 +1,2 @@
-# $Id$
static EC_Factory "-ECDispatching reactive -ECFiltering basic -ECSupplierFiltering per-supplier -ECProxyConsumerLock thread -ECProxySupplierLock thread -ECConsumerControl reactive -ECSupplierControl reactive -ECConsumerControlPeriod 50000 -ECSupplierControlPeriod 50000"
diff --git a/TAO/orbsvcs/examples/RtEC/Simple/run_test.pl b/TAO/orbsvcs/examples/RtEC/Simple/run_test.pl
index 12eec8a6b82..9e8d4c3236b 100755
--- a/TAO/orbsvcs/examples/RtEC/Simple/run_test.pl
+++ b/TAO/orbsvcs/examples/RtEC/Simple/run_test.pl
@@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
# -*- perl -*-
use lib "$ENV{ACE_ROOT}/bin";
diff --git a/TAO/orbsvcs/examples/Security/Send_File/client.conf b/TAO/orbsvcs/examples/Security/Send_File/client.conf
index 5847fa22a03..faad11a3830 100644
--- a/TAO/orbsvcs/examples/Security/Send_File/client.conf
+++ b/TAO/orbsvcs/examples/Security/Send_File/client.conf
@@ -1,4 +1,3 @@
-# $Id$
dynamic SSLIOP_Factory Service_Object * TAO_SSLIOP:_make_TAO_SSLIOP_Protocol_Factory() "-SSLAuthenticate SERVER_AND_CLIENT -SSLPrivateKey PEM:client_key.pem -SSLCertificate PEM:client_cert.pem"
static Resource_Factory "-ORBProtocolFactory SSLIOP_Factory"
diff --git a/TAO/orbsvcs/examples/Security/Send_File/client_nopasswd.conf b/TAO/orbsvcs/examples/Security/Send_File/client_nopasswd.conf
index b351c69d88a..6afe5adc49e 100644
--- a/TAO/orbsvcs/examples/Security/Send_File/client_nopasswd.conf
+++ b/TAO/orbsvcs/examples/Security/Send_File/client_nopasswd.conf
@@ -1,4 +1,3 @@
-# $Id$
dynamic SSLIOP_Factory Service_Object * TAO_SSLIOP:_make_TAO_SSLIOP_Protocol_Factory() "-SSLAuthenticate NONE -SSLPrivateKey PEM:client_key.pem -SSLCertificate PEM:client_cert.pem"
static Resource_Factory "-ORBProtocolFactory SSLIOP_Factory"
diff --git a/TAO/orbsvcs/examples/Security/Send_File/run_test.pl b/TAO/orbsvcs/examples/Security/Send_File/run_test.pl
index ab85765b247..a09c400fe60 100755
--- a/TAO/orbsvcs/examples/Security/Send_File/run_test.pl
+++ b/TAO/orbsvcs/examples/Security/Send_File/run_test.pl
@@ -2,7 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
-# $Id$
# -*- perl -*-
use Env (ACE_ROOT);
diff --git a/TAO/orbsvcs/examples/Security/Send_File/server.conf b/TAO/orbsvcs/examples/Security/Send_File/server.conf
index e178933feb9..6c6fde063be 100644
--- a/TAO/orbsvcs/examples/Security/Send_File/server.conf
+++ b/TAO/orbsvcs/examples/Security/Send_File/server.conf
@@ -1,4 +1,3 @@
-# $Id$
dynamic SSLIOP_Factory Service_Object * TAO_SSLIOP:_make_TAO_SSLIOP_Protocol_Factory() "-SSLAuthenticate SERVER_AND_CLIENT -SSLPrivateKey PEM:server_key.pem -SSLCertificate PEM:server_cert.pem -SSLNoProtection"
static Resource_Factory "-ORBProtocolFactory SSLIOP_Factory"
diff --git a/TAO/orbsvcs/examples/Security/Send_File/server_none.conf b/TAO/orbsvcs/examples/Security/Send_File/server_none.conf
index e445c19615f..3c638c143cb 100644
--- a/TAO/orbsvcs/examples/Security/Send_File/server_none.conf
+++ b/TAO/orbsvcs/examples/Security/Send_File/server_none.conf
@@ -1,4 +1,3 @@
-# $Id$
dynamic SSLIOP_Factory Service_Object * TAO_SSLIOP:_make_TAO_SSLIOP_Protocol_Factory() "-SSLAuthenticate NONE -SSLPrivateKey PEM:server_key.pem -SSLCertificate PEM:server_cert.pem"
static Resource_Factory "-ORBProtocolFactory SSLIOP_Factory"
diff --git a/TAO/orbsvcs/examples/Security/Send_File/server_nopasswd.conf b/TAO/orbsvcs/examples/Security/Send_File/server_nopasswd.conf
index e445c19615f..3c638c143cb 100644
--- a/TAO/orbsvcs/examples/Security/Send_File/server_nopasswd.conf
+++ b/TAO/orbsvcs/examples/Security/Send_File/server_nopasswd.conf
@@ -1,4 +1,3 @@
-# $Id$
dynamic SSLIOP_Factory Service_Object * TAO_SSLIOP:_make_TAO_SSLIOP_Protocol_Factory() "-SSLAuthenticate NONE -SSLPrivateKey PEM:server_key.pem -SSLCertificate PEM:server_cert.pem"
static Resource_Factory "-ORBProtocolFactory SSLIOP_Factory"