summaryrefslogtreecommitdiff
path: root/ACE/ASNMP
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:12:49 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:12:49 +0100
commitc88815f2039e7152d735c18650c102df84d9aa36 (patch)
treea703b59c98e6739970c4f3b51396c2284c9ce12b /ACE/ASNMP
parent0fbdabcd0a8970712cbbdef06465d061a4ec13c4 (diff)
downloadATCD-c88815f2039e7152d735c18650c102df84d9aa36.tar.gz
Removed single line Id tag
Diffstat (limited to 'ACE/ASNMP')
-rw-r--r--ACE/ASNMP/agent/agent.mpc2
-rw-r--r--ACE/ASNMP/agent/agent_impl.cpp2
-rw-r--r--ACE/ASNMP/agent/main.cpp2
-rw-r--r--ACE/ASNMP/agent/snmp_agent.cpp2
-rw-r--r--ACE/ASNMP/asnmp/ASNMP_Export.h1
-rw-r--r--ACE/ASNMP/asnmp/asnmp.mpc2
-rw-r--r--ACE/ASNMP/examples/get/get.mpc2
-rw-r--r--ACE/ASNMP/examples/next/next.mpc2
-rw-r--r--ACE/ASNMP/examples/set/set.mpc2
-rw-r--r--ACE/ASNMP/examples/trap/trap.mpc2
-rw-r--r--ACE/ASNMP/examples/walk/walk.mpc2
-rw-r--r--ACE/ASNMP/tests/tests.mpc2
12 files changed, 0 insertions, 23 deletions
diff --git a/ACE/ASNMP/agent/agent.mpc b/ACE/ASNMP/agent/agent.mpc
index c83c707ad78..297e97a792a 100644
--- a/ACE/ASNMP/agent/agent.mpc
+++ b/ACE/ASNMP/agent/agent.mpc
@@ -1,5 +1,3 @@
-// $Id$
-
project (asnmp_agent) : aceexe {
exename = agent
after += asnmp_lib
diff --git a/ACE/ASNMP/agent/agent_impl.cpp b/ACE/ASNMP/agent/agent_impl.cpp
index b78a1a003a3..ad60553f715 100644
--- a/ACE/ASNMP/agent/agent_impl.cpp
+++ b/ACE/ASNMP/agent/agent_impl.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// implement a prototype SNMP Agent using ASNMP and ACE
#include <ace/Reactor.h>
diff --git a/ACE/ASNMP/agent/main.cpp b/ACE/ASNMP/agent/main.cpp
index a83b906d43b..d948e55b4c6 100644
--- a/ACE/ASNMP/agent/main.cpp
+++ b/ACE/ASNMP/agent/main.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// This server daemon processes SNMP Version 1 get, get-next, and set
// commands. over the MIB II "System" group only.
diff --git a/ACE/ASNMP/agent/snmp_agent.cpp b/ACE/ASNMP/agent/snmp_agent.cpp
index eeb47bbda70..e71a5d52cde 100644
--- a/ACE/ASNMP/agent/snmp_agent.cpp
+++ b/ACE/ASNMP/agent/snmp_agent.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// This server daemon processes SNMPv1 requests over MIB II System group
#include "snmp_agent.h"
diff --git a/ACE/ASNMP/asnmp/ASNMP_Export.h b/ACE/ASNMP/asnmp/ASNMP_Export.h
index e4c9898f3f5..f4ae3cd67ed 100644
--- a/ACE/ASNMP/asnmp/ASNMP_Export.h
+++ b/ACE/ASNMP/asnmp/ASNMP_Export.h
@@ -1,6 +1,5 @@
// -*- C++ -*-
-// $Id$
// Definition for Win32 Export directives.
// This file is generated automatically by generate_export_file.pl ASNMP
// ------------------------------
diff --git a/ACE/ASNMP/asnmp/asnmp.mpc b/ACE/ASNMP/asnmp/asnmp.mpc
index 9459622034d..b4d1fe83e05 100644
--- a/ACE/ASNMP/asnmp/asnmp.mpc
+++ b/ACE/ASNMP/asnmp/asnmp.mpc
@@ -1,5 +1,3 @@
-// $Id$
-
project (asnmp_lib) : ace_output, acelib {
sharedname = asnmp
dynamicflags += ASNMP_BUILD_DLL
diff --git a/ACE/ASNMP/examples/get/get.mpc b/ACE/ASNMP/examples/get/get.mpc
index ffa5a2a5f53..02a8567ac1c 100644
--- a/ACE/ASNMP/examples/get/get.mpc
+++ b/ACE/ASNMP/examples/get/get.mpc
@@ -1,5 +1,3 @@
-// $Id$
-
project (asnmp_example_get) : aceexe {
exename = get
after += asnmp_lib
diff --git a/ACE/ASNMP/examples/next/next.mpc b/ACE/ASNMP/examples/next/next.mpc
index f0022cb46a2..fc7dbf52d41 100644
--- a/ACE/ASNMP/examples/next/next.mpc
+++ b/ACE/ASNMP/examples/next/next.mpc
@@ -1,5 +1,3 @@
-// $Id$
-
project (asnmp_example_next) : aceexe {
exename = next
after += asnmp_lib
diff --git a/ACE/ASNMP/examples/set/set.mpc b/ACE/ASNMP/examples/set/set.mpc
index bb40f93e6df..33d147d390a 100644
--- a/ACE/ASNMP/examples/set/set.mpc
+++ b/ACE/ASNMP/examples/set/set.mpc
@@ -1,5 +1,3 @@
-// $Id$
-
project (asnmp_example_set) : aceexe {
exename = set
after += asnmp_lib
diff --git a/ACE/ASNMP/examples/trap/trap.mpc b/ACE/ASNMP/examples/trap/trap.mpc
index d0d6dc8e897..d57ed3b40ea 100644
--- a/ACE/ASNMP/examples/trap/trap.mpc
+++ b/ACE/ASNMP/examples/trap/trap.mpc
@@ -1,5 +1,3 @@
-// $Id$
-
project (asnmp_example_trap) : aceexe {
exename = trap
after += asnmp_lib
diff --git a/ACE/ASNMP/examples/walk/walk.mpc b/ACE/ASNMP/examples/walk/walk.mpc
index aff0fb98d35..6d48c600f2e 100644
--- a/ACE/ASNMP/examples/walk/walk.mpc
+++ b/ACE/ASNMP/examples/walk/walk.mpc
@@ -1,5 +1,3 @@
-// $Id$
-
project (asnmp_example_walk) : aceexe {
exename = walk
after += asnmp_lib
diff --git a/ACE/ASNMP/tests/tests.mpc b/ACE/ASNMP/tests/tests.mpc
index df62404642a..934e5090997 100644
--- a/ACE/ASNMP/tests/tests.mpc
+++ b/ACE/ASNMP/tests/tests.mpc
@@ -1,5 +1,3 @@
-// $Id$
-
project (asnmp_tests_Oid_Test) : aceexe {
exename = Oid_Test
after += asnmp_lib