summaryrefslogtreecommitdiff
path: root/ACE/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-08-31 12:15:35 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-08-31 12:15:35 +0200
commit9770e4def8b689f87b820bb1a464fb1a516f798d (patch)
treeb4e34d5822dd9c80cbfb32e18974ab571ea10c50 /ACE/examples
parent764d3a74cf80e3a3d439347fbaaf9077b0f93d42 (diff)
downloadATCD-9770e4def8b689f87b820bb1a464fb1a516f798d.tar.gz
Removed left over Id tags
Diffstat (limited to 'ACE/examples')
-rw-r--r--ACE/examples/APG/Svc_Config/svc.conf.dynamic2
-rw-r--r--ACE/examples/APG/Svc_Config/svc.conf.static2
-rw-r--r--ACE/examples/ConfigViewer/ConfigurationViewer.rc2
-rw-r--r--ACE/examples/Service_Configurator/Misc/svc.conf12
-rw-r--r--ACE/examples/Service_Configurator/Misc/svc.conf24
5 files changed, 1 insertions, 11 deletions
diff --git a/ACE/examples/APG/Svc_Config/svc.conf.dynamic b/ACE/examples/APG/Svc_Config/svc.conf.dynamic
index 3243d1a2f84..e8ffb12c8ad 100644
--- a/ACE/examples/APG/Svc_Config/svc.conf.dynamic
+++ b/ACE/examples/APG/Svc_Config/svc.conf.dynamic
@@ -1,4 +1,2 @@
-# $Id$
-
dynamic HA_Status_Dynamic_Service Service_Object *
HA_Status:_make_HA_Status() "-f status.ini"
diff --git a/ACE/examples/APG/Svc_Config/svc.conf.static b/ACE/examples/APG/Svc_Config/svc.conf.static
index 26ed66e2522..0103380c776 100644
--- a/ACE/examples/APG/Svc_Config/svc.conf.static
+++ b/ACE/examples/APG/Svc_Config/svc.conf.static
@@ -1,3 +1 @@
-# $Id$
-
static HA_Status_Static_Service "-f status.ini"
diff --git a/ACE/examples/ConfigViewer/ConfigurationViewer.rc b/ACE/examples/ConfigViewer/ConfigurationViewer.rc
index f490ccefc2d..4fa69d8669a 100644
--- a/ACE/examples/ConfigViewer/ConfigurationViewer.rc
+++ b/ACE/examples/ConfigViewer/ConfigurationViewer.rc
@@ -1,6 +1,4 @@
/* -*- C++ -*- */
-// $Id$
-
#include "wx/msw/wx.rc"
mondrian ICON "mondrian.ico"
diff --git a/ACE/examples/Service_Configurator/Misc/svc.conf1 b/ACE/examples/Service_Configurator/Misc/svc.conf1
index f992697baa9..2995c61ebe9 100644
--- a/ACE/examples/Service_Configurator/Misc/svc.conf1
+++ b/ACE/examples/Service_Configurator/Misc/svc.conf1
@@ -1,5 +1,3 @@
-# $Id$
-
# Dynamically configure the Timer_Service into the application process
# and pass in up to 4 arguments. The final 3 arguments are retrieved
# from environment variables, so they can be set by changing your
diff --git a/ACE/examples/Service_Configurator/Misc/svc.conf2 b/ACE/examples/Service_Configurator/Misc/svc.conf2
index a01ab71a78b..5d33bd69e18 100644
--- a/ACE/examples/Service_Configurator/Misc/svc.conf2
+++ b/ACE/examples/Service_Configurator/Misc/svc.conf2
@@ -1,10 +1,8 @@
-# $Id$
-
# Statically configure the Timer_Service, which must have been linked
# statically into the application process. Up to 4 arguments are
# passed in. The final 3 arguments are retrieved from environment
# variables, so they can be set by changing your environment before
# running the main program. If you don't have these variables set
-# they are ignored.
+# they are ignored.
static Timer_Service_1
"timer $INTERVAL $MAX_TIMEOUTS $TRACE"