summaryrefslogtreecommitdiff
path: root/ACE/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 /ACE/examples
parentd3a107625182634ae0be8f003d9130f8bb5c3567 (diff)
downloadATCD-169db677980c71427658d590f1d7d2f5365a94b9.tar.gz
Perl files
Diffstat (limited to 'ACE/examples')
-rw-r--r--ACE/examples/APG/Config/ARGV_Example.cpp2
-rw-r--r--ACE/examples/APG/Config/Get_Opt.cpp2
-rw-r--r--ACE/examples/APG/Config/Get_Opt_Long.cpp2
-rw-r--r--ACE/examples/APG/Config/HA_Status.cpp2
-rw-r--r--ACE/examples/APG/Logging/Change_Instance_Default.cpp2
-rw-r--r--ACE/examples/APG/Logging/client.conf1
-rw-r--r--ACE/examples/APG/Logging/logging_strategy.conf1
-rw-r--r--ACE/examples/APG/Logging/server.conf1
-rw-r--r--ACE/examples/APG/Misc_IPC/UDP_Broadcast.cpp2
-rw-r--r--ACE/examples/APG/Misc_IPC/UDP_Multicast.cpp2
-rw-r--r--ACE/examples/APG/Misc_IPC/UDP_Unicast.cpp2
-rw-r--r--ACE/examples/APG/Naming/svc.conf1
-rw-r--r--ACE/examples/APG/Reactor/Client.cpp2
-rw-r--r--ACE/examples/APG/Reactor/Client.h2
-rw-r--r--ACE/examples/APG/Reactor/ClientService.h2
-rw-r--r--ACE/examples/APG/Reactor/Reschedule.cpp2
-rw-r--r--ACE/examples/APG/Reactor/Schedule_Timers.cpp2
-rw-r--r--ACE/examples/APG/Reactor/Timer_Cancel.cpp2
-rw-r--r--ACE/examples/APG/Reactor/Timer_State_Data.cpp2
-rw-r--r--ACE/examples/APG/Shared_Memory/Record.h2
-rw-r--r--ACE/examples/APG/Streams/Answerer.cpp2
-rw-r--r--ACE/examples/APG/Svc_Config/HA_Status_Dynamic.cpp2
-rw-r--r--ACE/examples/APG/Svc_Config/HA_Status_Dynamic.h2
-rw-r--r--ACE/examples/APG/Svc_Config/HA_Status_Static.cpp2
-rw-r--r--ACE/examples/APG/Svc_Config/HA_Status_Static.h2
-rw-r--r--ACE/examples/APG/ThreadManagement/SecurityContext.h2
-rw-r--r--ACE/examples/APG/ThreadPools/Request_Handler.h2
-rw-r--r--ACE/examples/APG/ThreadSafety/ClientContext.h2
-rw-r--r--ACE/examples/APG/Threads/Message_Receiver.h2
-rw-r--r--ACE/examples/ASX/CCM_App/svc.conf1
-rw-r--r--ACE/examples/C++NPv2/svc.conf1
-rwxr-xr-xACE/examples/Export/run_test.pl1
-rwxr-xr-xACE/examples/IPC_SAP/SOCK_SAP/summarize.pl1
-rwxr-xr-xACE/examples/IPC_SAP/SSL_SAP/summarize.pl1
-rwxr-xr-xACE/examples/QOS/Diffserv/run_test.pl1
-rwxr-xr-xACE/examples/Reactor/TP_Reactor/run_test.pl1
-rwxr-xr-xACE/examples/Reactor/WFMO_Reactor/run_test.pl1
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/svc.conf1
38 files changed, 0 insertions, 63 deletions
diff --git a/ACE/examples/APG/Config/ARGV_Example.cpp b/ACE/examples/APG/Config/ARGV_Example.cpp
index 92fb25cd30d..c28134e84db 100644
--- a/ACE/examples/APG/Config/ARGV_Example.cpp
+++ b/ACE/examples/APG/Config/ARGV_Example.cpp
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* ACE_ARGV examples not in a larger program. Sample code from The ACE
* Programmer's Guide, Copyright 2003 Addison-Wesley. All Rights Reserved.
*/
diff --git a/ACE/examples/APG/Config/Get_Opt.cpp b/ACE/examples/APG/Config/Get_Opt.cpp
index 604dc38326e..b6a08ec186a 100644
--- a/ACE/examples/APG/Config/Get_Opt.cpp
+++ b/ACE/examples/APG/Config/Get_Opt.cpp
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* ACE_Get_Opt examples not in a larger program. Sample code from The ACE
* Programmer's Guide, Copyright 2003 Addison-Wesley. All Rights Reserved.
*/
diff --git a/ACE/examples/APG/Config/Get_Opt_Long.cpp b/ACE/examples/APG/Config/Get_Opt_Long.cpp
index 66baed05cdb..c6506153634 100644
--- a/ACE/examples/APG/Config/Get_Opt_Long.cpp
+++ b/ACE/examples/APG/Config/Get_Opt_Long.cpp
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* ACE_Get_Opt long_only examples. Sample code from The ACE
* Programmer's Guide, Copyright 2003 Addison-Wesley. All Rights Reserved.
*/
diff --git a/ACE/examples/APG/Config/HA_Status.cpp b/ACE/examples/APG/Config/HA_Status.cpp
index 1bad687be80..0d8579dedcf 100644
--- a/ACE/examples/APG/Config/HA_Status.cpp
+++ b/ACE/examples/APG/Config/HA_Status.cpp
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Home Automation Status server. Sample code from The ACE Programmer's Guide,
* Copyright 2003 Addison-Wesley. All Rights Reserved.
*/
diff --git a/ACE/examples/APG/Logging/Change_Instance_Default.cpp b/ACE/examples/APG/Logging/Change_Instance_Default.cpp
index 03b273073df..3bf8daa3279 100644
--- a/ACE/examples/APG/Logging/Change_Instance_Default.cpp
+++ b/ACE/examples/APG/Logging/Change_Instance_Default.cpp
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Sample code from The ACE Programmer's Guide,
* Copyright 2003 Addison-Wesley. All Rights Reserved.
*
diff --git a/ACE/examples/APG/Logging/client.conf b/ACE/examples/APG/Logging/client.conf
index d41176a3e1e..25df26cc7e8 100644
--- a/ACE/examples/APG/Logging/client.conf
+++ b/ACE/examples/APG/Logging/client.conf
@@ -1,3 +1,2 @@
-# $Id$
dynamic Client_Logging_Service Service_Object * netsvcs:_make_ACE_Client_Logging_Acceptor() active "-p 20009 -h localhost"
diff --git a/ACE/examples/APG/Logging/logging_strategy.conf b/ACE/examples/APG/Logging/logging_strategy.conf
index aaf0be1331b..9fc39be5812 100644
--- a/ACE/examples/APG/Logging/logging_strategy.conf
+++ b/ACE/examples/APG/Logging/logging_strategy.conf
@@ -1,3 +1,2 @@
-# $Id$
dynamic Logger Service_Object * ACE:_make_ACE_Logging_Strategy() "-s log.out -f STDERR|OSTREAM -p INFO"
diff --git a/ACE/examples/APG/Logging/server.conf b/ACE/examples/APG/Logging/server.conf
index 733c6f6f7e9..c1c0c0cf7ec 100644
--- a/ACE/examples/APG/Logging/server.conf
+++ b/ACE/examples/APG/Logging/server.conf
@@ -1,4 +1,3 @@
-# $Id$
dynamic Logger Service_Object * ACE:_make_ACE_Logging_Strategy() "-s foobar -f STDERR|OSTREAM|VERBOSE"
diff --git a/ACE/examples/APG/Misc_IPC/UDP_Broadcast.cpp b/ACE/examples/APG/Misc_IPC/UDP_Broadcast.cpp
index 318be67b19c..8a515e82659 100644
--- a/ACE/examples/APG/Misc_IPC/UDP_Broadcast.cpp
+++ b/ACE/examples/APG/Misc_IPC/UDP_Broadcast.cpp
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Sample code from The ACE Programmer's Guide,
* Copyright 2003 Addison-Wesley. All Rights Reserved.
*/
diff --git a/ACE/examples/APG/Misc_IPC/UDP_Multicast.cpp b/ACE/examples/APG/Misc_IPC/UDP_Multicast.cpp
index feb2baafc57..10d9247ca25 100644
--- a/ACE/examples/APG/Misc_IPC/UDP_Multicast.cpp
+++ b/ACE/examples/APG/Misc_IPC/UDP_Multicast.cpp
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Sample code from The ACE Programmer's Guide,
* Copyright 2003 Addison-Wesley. All Rights Reserved.
*/
diff --git a/ACE/examples/APG/Misc_IPC/UDP_Unicast.cpp b/ACE/examples/APG/Misc_IPC/UDP_Unicast.cpp
index ac3d4d00488..75608e0fe3e 100644
--- a/ACE/examples/APG/Misc_IPC/UDP_Unicast.cpp
+++ b/ACE/examples/APG/Misc_IPC/UDP_Unicast.cpp
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Sample code from The ACE Programmer's Guide,
* Copyright 2003 Addison-Wesley. All Rights Reserved.
*/
diff --git a/ACE/examples/APG/Naming/svc.conf b/ACE/examples/APG/Naming/svc.conf
index 1544280c9f0..fa83e04516a 100644
--- a/ACE/examples/APG/Naming/svc.conf
+++ b/ACE/examples/APG/Naming/svc.conf
@@ -1,3 +1,2 @@
-# $Id$
dynamic Name_Server Service_Object * netsvcs:_make_ACE_Name_Acceptor() "-p 20012"
diff --git a/ACE/examples/APG/Reactor/Client.cpp b/ACE/examples/APG/Reactor/Client.cpp
index 2010fdc8721..ecf8925d1be 100644
--- a/ACE/examples/APG/Reactor/Client.cpp
+++ b/ACE/examples/APG/Reactor/Client.cpp
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* A simple client program using ACE_Svc_Handler and ACE_Connector.
*/
diff --git a/ACE/examples/APG/Reactor/Client.h b/ACE/examples/APG/Reactor/Client.h
index 9aba262151a..f282ee06fe3 100644
--- a/ACE/examples/APG/Reactor/Client.h
+++ b/ACE/examples/APG/Reactor/Client.h
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Sample code from The ACE Programmer's Guide,
* copyright 2003 Addison-Wesley. All Rights Reserved.
*/
diff --git a/ACE/examples/APG/Reactor/ClientService.h b/ACE/examples/APG/Reactor/ClientService.h
index f6ac96e9286..713f4240b8c 100644
--- a/ACE/examples/APG/Reactor/ClientService.h
+++ b/ACE/examples/APG/Reactor/ClientService.h
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Sample code from The ACE Programmer's Guide,
* copyright 2003 Addison-Wesley. All Rights Reserved.
*/
diff --git a/ACE/examples/APG/Reactor/Reschedule.cpp b/ACE/examples/APG/Reactor/Reschedule.cpp
index 55ce1f74143..b7a79941d8b 100644
--- a/ACE/examples/APG/Reactor/Reschedule.cpp
+++ b/ACE/examples/APG/Reactor/Reschedule.cpp
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Changing the interval
*/
diff --git a/ACE/examples/APG/Reactor/Schedule_Timers.cpp b/ACE/examples/APG/Reactor/Schedule_Timers.cpp
index 5fa57ebfa07..2e31097c6bd 100644
--- a/ACE/examples/APG/Reactor/Schedule_Timers.cpp
+++ b/ACE/examples/APG/Reactor/Schedule_Timers.cpp
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Scheduling timers with the Reactor
*/
diff --git a/ACE/examples/APG/Reactor/Timer_Cancel.cpp b/ACE/examples/APG/Reactor/Timer_Cancel.cpp
index 3e6a0f2ec61..1f309201676 100644
--- a/ACE/examples/APG/Reactor/Timer_Cancel.cpp
+++ b/ACE/examples/APG/Reactor/Timer_Cancel.cpp
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Changing the interval and canceling
*/
diff --git a/ACE/examples/APG/Reactor/Timer_State_Data.cpp b/ACE/examples/APG/Reactor/Timer_State_Data.cpp
index 22d5390c0e5..cf3ff32e522 100644
--- a/ACE/examples/APG/Reactor/Timer_State_Data.cpp
+++ b/ACE/examples/APG/Reactor/Timer_State_Data.cpp
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Reactor examples
*
* Timers & state data
diff --git a/ACE/examples/APG/Shared_Memory/Record.h b/ACE/examples/APG/Shared_Memory/Record.h
index f3a63e1298b..5c360524489 100644
--- a/ACE/examples/APG/Shared_Memory/Record.h
+++ b/ACE/examples/APG/Shared_Memory/Record.h
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Sample code from The ACE Programmer's Guide,
* copyright 2003 Addison-Wesley. All Rights Reserved.
*/
diff --git a/ACE/examples/APG/Streams/Answerer.cpp b/ACE/examples/APG/Streams/Answerer.cpp
index c5ee53e5fb5..87b7b8dd7a5 100644
--- a/ACE/examples/APG/Streams/Answerer.cpp
+++ b/ACE/examples/APG/Streams/Answerer.cpp
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Streams Listing 01
*
* An answering machine based on a one-way ACE_Stream
diff --git a/ACE/examples/APG/Svc_Config/HA_Status_Dynamic.cpp b/ACE/examples/APG/Svc_Config/HA_Status_Dynamic.cpp
index 39f871a8bb3..5e850351bba 100644
--- a/ACE/examples/APG/Svc_Config/HA_Status_Dynamic.cpp
+++ b/ACE/examples/APG/Svc_Config/HA_Status_Dynamic.cpp
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Home Automation Status server. Sample code from The ACE Programmer's Guide,
* Copyright 2003 Addison-Wesley. All Rights Reserved.
*/
diff --git a/ACE/examples/APG/Svc_Config/HA_Status_Dynamic.h b/ACE/examples/APG/Svc_Config/HA_Status_Dynamic.h
index afa0e130654..c6c302021f6 100644
--- a/ACE/examples/APG/Svc_Config/HA_Status_Dynamic.h
+++ b/ACE/examples/APG/Svc_Config/HA_Status_Dynamic.h
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Home Automation Status server. Sample code from The ACE Programmer's Guide,
* copyright 2003 Addison-Wesley. All Rights Reserved.
*/
diff --git a/ACE/examples/APG/Svc_Config/HA_Status_Static.cpp b/ACE/examples/APG/Svc_Config/HA_Status_Static.cpp
index ef09bcaa5cd..68eb68422d0 100644
--- a/ACE/examples/APG/Svc_Config/HA_Status_Static.cpp
+++ b/ACE/examples/APG/Svc_Config/HA_Status_Static.cpp
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Home Automation Status server. Sample code from The ACE Programmer's Guide,
* Copyright 2003 Addison-Wesley. All Rights Reserved.
*/
diff --git a/ACE/examples/APG/Svc_Config/HA_Status_Static.h b/ACE/examples/APG/Svc_Config/HA_Status_Static.h
index ccf961b8d92..eb16f9f52e1 100644
--- a/ACE/examples/APG/Svc_Config/HA_Status_Static.h
+++ b/ACE/examples/APG/Svc_Config/HA_Status_Static.h
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Home Automation Status server. Sample code from The ACE Programmer's Guide,
* copyright 2003 Addison-Wesley. All Rights Reserved.
*/
diff --git a/ACE/examples/APG/ThreadManagement/SecurityContext.h b/ACE/examples/APG/ThreadManagement/SecurityContext.h
index 73adbd1a435..3b4a17907ae 100644
--- a/ACE/examples/APG/ThreadManagement/SecurityContext.h
+++ b/ACE/examples/APG/ThreadManagement/SecurityContext.h
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Sample code from The ACE Programmer's Guide,
* copyright 2003 Addison-Wesley. All Rights Reserved.
*/
diff --git a/ACE/examples/APG/ThreadPools/Request_Handler.h b/ACE/examples/APG/ThreadPools/Request_Handler.h
index 9965fb7a30e..ef7a5508860 100644
--- a/ACE/examples/APG/ThreadPools/Request_Handler.h
+++ b/ACE/examples/APG/ThreadPools/Request_Handler.h
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Sample code from The ACE Programmer's Guide,
* copyright 2003 Addison-Wesley. All Rights Reserved.
*/
diff --git a/ACE/examples/APG/ThreadSafety/ClientContext.h b/ACE/examples/APG/ThreadSafety/ClientContext.h
index bcd58fc4599..168d4824bc2 100644
--- a/ACE/examples/APG/ThreadSafety/ClientContext.h
+++ b/ACE/examples/APG/ThreadSafety/ClientContext.h
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Sample code from The ACE Programmer's Guide,
* copyright 2003 Addison-Wesley. All Rights Reserved.
*/
diff --git a/ACE/examples/APG/Threads/Message_Receiver.h b/ACE/examples/APG/Threads/Message_Receiver.h
index e92afe4b474..92f1ab61256 100644
--- a/ACE/examples/APG/Threads/Message_Receiver.h
+++ b/ACE/examples/APG/Threads/Message_Receiver.h
@@ -1,6 +1,4 @@
/**
- * $Id$
- *
* Sample code from The ACE Programmer's Guide,
* copyright 2003 Addison-Wesley. All Rights Reserved.
*/
diff --git a/ACE/examples/ASX/CCM_App/svc.conf b/ACE/examples/ASX/CCM_App/svc.conf
index ed1071a5945..a1935960d14 100644
--- a/ACE/examples/ASX/CCM_App/svc.conf
+++ b/ACE/examples/ASX/CCM_App/svc.conf
@@ -1,4 +1,3 @@
-# $Id$
static ACE_Service_Manager "-d -p 4911"
diff --git a/ACE/examples/C++NPv2/svc.conf b/ACE/examples/C++NPv2/svc.conf
index b1ef0c6498e..a6c1ff0f011 100644
--- a/ACE/examples/C++NPv2/svc.conf
+++ b/ACE/examples/C++NPv2/svc.conf
@@ -1,4 +1,3 @@
-# $Id$
static Service_Reporter "-p $SERVICE_REPORTER_PORT"
diff --git a/ACE/examples/Export/run_test.pl b/ACE/examples/Export/run_test.pl
index e77d07e2c81..155d36dd9d6 100755
--- a/ACE/examples/Export/run_test.pl
+++ b/ACE/examples/Export/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/ACE/examples/IPC_SAP/SOCK_SAP/summarize.pl b/ACE/examples/IPC_SAP/SOCK_SAP/summarize.pl
index 6411faa2f88..c4c093570ce 100755
--- a/ACE/examples/IPC_SAP/SOCK_SAP/summarize.pl
+++ b/ACE/examples/IPC_SAP/SOCK_SAP/summarize.pl
@@ -3,7 +3,6 @@ eval '(exit $?0)' && eval 'exec perl -w -S $0 ${1+"$@"}'
& eval 'exec perl -w -S $0 $argv:q'
if 0;
-# $Id$
#
# Summarizes results from a series of runs of run_test, with
# different numbers of clients. Example usage:
diff --git a/ACE/examples/IPC_SAP/SSL_SAP/summarize.pl b/ACE/examples/IPC_SAP/SSL_SAP/summarize.pl
index 6411faa2f88..c4c093570ce 100755
--- a/ACE/examples/IPC_SAP/SSL_SAP/summarize.pl
+++ b/ACE/examples/IPC_SAP/SSL_SAP/summarize.pl
@@ -3,7 +3,6 @@ eval '(exit $?0)' && eval 'exec perl -w -S $0 ${1+"$@"}'
& eval 'exec perl -w -S $0 $argv:q'
if 0;
-# $Id$
#
# Summarizes results from a series of runs of run_test, with
# different numbers of clients. Example usage:
diff --git a/ACE/examples/QOS/Diffserv/run_test.pl b/ACE/examples/QOS/Diffserv/run_test.pl
index da5c3260e9f..b9ed656e62d 100755
--- a/ACE/examples/QOS/Diffserv/run_test.pl
+++ b/ACE/examples/QOS/Diffserv/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/ACE/examples/Reactor/TP_Reactor/run_test.pl b/ACE/examples/Reactor/TP_Reactor/run_test.pl
index 6302b6f457d..8dbc13c295a 100755
--- a/ACE/examples/Reactor/TP_Reactor/run_test.pl
+++ b/ACE/examples/Reactor/TP_Reactor/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/ACE/examples/Reactor/WFMO_Reactor/run_test.pl b/ACE/examples/Reactor/WFMO_Reactor/run_test.pl
index 3ecbebd4f89..49e75c9525e 100755
--- a/ACE/examples/Reactor/WFMO_Reactor/run_test.pl
+++ b/ACE/examples/Reactor/WFMO_Reactor/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/ACE/examples/Service_Configurator/IPC-tests/server/svc.conf b/ACE/examples/Service_Configurator/IPC-tests/server/svc.conf
index 0fddd359258..334ade6d950 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/svc.conf
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/svc.conf
@@ -1,4 +1,3 @@
-# $Id$
# To configure different services, simply uncomment the appropriate lines in this file!
static ACE_Service_Manager "-d -p 3911"