summaryrefslogtreecommitdiff
path: root/ACE/ASNMP/asnmp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ASNMP/asnmp')
-rw-r--r--ACE/ASNMP/asnmp/address.cpp2
-rw-r--r--ACE/ASNMP/asnmp/address.h2
-rw-r--r--ACE/ASNMP/asnmp/asn1.cpp2
-rw-r--r--ACE/ASNMP/asnmp/asn1.h2
-rw-r--r--ACE/ASNMP/asnmp/counter.cpp2
-rw-r--r--ACE/ASNMP/asnmp/counter.h2
-rw-r--r--ACE/ASNMP/asnmp/ctr64.cpp2
-rw-r--r--ACE/ASNMP/asnmp/ctr64.h2
-rw-r--r--ACE/ASNMP/asnmp/enttraps.h2
-rw-r--r--ACE/ASNMP/asnmp/gauge.cpp2
-rw-r--r--ACE/ASNMP/asnmp/gauge.h2
-rw-r--r--ACE/ASNMP/asnmp/integer.cpp2
-rw-r--r--ACE/ASNMP/asnmp/integer.h2
-rw-r--r--ACE/ASNMP/asnmp/octet.cpp2
-rw-r--r--ACE/ASNMP/asnmp/octet.h2
-rw-r--r--ACE/ASNMP/asnmp/oid.cpp2
-rw-r--r--ACE/ASNMP/asnmp/oid.h2
-rw-r--r--ACE/ASNMP/asnmp/oid_def.h2
-rw-r--r--ACE/ASNMP/asnmp/pdu.cpp2
-rw-r--r--ACE/ASNMP/asnmp/pdu.h2
-rw-r--r--ACE/ASNMP/asnmp/sagent.cpp2
-rw-r--r--ACE/ASNMP/asnmp/sagent.h2
-rw-r--r--ACE/ASNMP/asnmp/smi.h2
-rw-r--r--ACE/ASNMP/asnmp/smival.h2
-rw-r--r--ACE/ASNMP/asnmp/snmp.cpp2
-rw-r--r--ACE/ASNMP/asnmp/snmp.h2
-rw-r--r--ACE/ASNMP/asnmp/snmperrs.h2
-rw-r--r--ACE/ASNMP/asnmp/target.cpp2
-rw-r--r--ACE/ASNMP/asnmp/target.h2
-rw-r--r--ACE/ASNMP/asnmp/timetick.cpp2
-rw-r--r--ACE/ASNMP/asnmp/timetick.h2
-rw-r--r--ACE/ASNMP/asnmp/transaction.cpp2
-rw-r--r--ACE/ASNMP/asnmp/transaction.h2
-rw-r--r--ACE/ASNMP/asnmp/transaction_result.h2
-rw-r--r--ACE/ASNMP/asnmp/vb.cpp2
-rw-r--r--ACE/ASNMP/asnmp/vb.h2
-rw-r--r--ACE/ASNMP/asnmp/wpdu.cpp2
-rw-r--r--ACE/ASNMP/asnmp/wpdu.h2
38 files changed, 0 insertions, 76 deletions
diff --git a/ACE/ASNMP/asnmp/address.cpp b/ACE/ASNMP/asnmp/address.cpp
index f3ace6cece0..9c350bfae23 100644
--- a/ACE/ASNMP/asnmp/address.cpp
+++ b/ACE/ASNMP/asnmp/address.cpp
@@ -3,8 +3,6 @@
/**
* @file address.cpp
*
- * $Id$
- *
* The Vb class is an encapsulation of the snmp variable binding.
* This module contains the class definition for the variable binding (VB)
* class. The VB class is an encapsulation of a SNMP VB. A VB object is
diff --git a/ACE/ASNMP/asnmp/address.h b/ACE/ASNMP/asnmp/address.h
index 50b041e767f..23794f409c8 100644
--- a/ACE/ASNMP/asnmp/address.h
+++ b/ACE/ASNMP/asnmp/address.h
@@ -4,8 +4,6 @@
/**
* @file address.h
*
- * $Id$
- *
* Address class definition. Encapsulates various network
* addresses into easy to use, safe and portable classes.
*
diff --git a/ACE/ASNMP/asnmp/asn1.cpp b/ACE/ASNMP/asnmp/asn1.cpp
index cff6f6d124d..1a9af741814 100644
--- a/ACE/ASNMP/asnmp/asn1.cpp
+++ b/ACE/ASNMP/asnmp/asn1.cpp
@@ -3,8 +3,6 @@
/**
* @file asn1.cpp
*
- * $Id$
- *
* The Vb class is an encapsulation of the snmp variable binding.
* This module contains the class definition for the variable binding (VB)
* class. The VB class is an encapsulation of a SNMP VB. A VB object is
diff --git a/ACE/ASNMP/asnmp/asn1.h b/ACE/ASNMP/asnmp/asn1.h
index b12042109c6..3e595e7b362 100644
--- a/ACE/ASNMP/asnmp/asn1.h
+++ b/ACE/ASNMP/asnmp/asn1.h
@@ -5,8 +5,6 @@
/**
* @file asn1.h
*
- * $Id$
- *
* Abstract Syntax Notation One, ASN.1
* As defined in ISO/IS 8824 and ISO/IS 8825
* This implements a subset of the above International Standards that
diff --git a/ACE/ASNMP/asnmp/counter.cpp b/ACE/ASNMP/asnmp/counter.cpp
index 1ac73919bb9..00bc6c4c141 100644
--- a/ACE/ASNMP/asnmp/counter.cpp
+++ b/ACE/ASNMP/asnmp/counter.cpp
@@ -3,8 +3,6 @@
/**
* @file counter.cpp
*
- * $Id$
- *
* Class implementation for SMI Counter32 class.
*
*
diff --git a/ACE/ASNMP/asnmp/counter.h b/ACE/ASNMP/asnmp/counter.h
index c5989f0ce76..5787f218389 100644
--- a/ACE/ASNMP/asnmp/counter.h
+++ b/ACE/ASNMP/asnmp/counter.h
@@ -5,8 +5,6 @@
/**
* @file counter.h
*
- * $Id$
- *
* Class definition for SMI Counter32 class.
*
*
diff --git a/ACE/ASNMP/asnmp/ctr64.cpp b/ACE/ASNMP/asnmp/ctr64.cpp
index 03f55626924..65cc1798709 100644
--- a/ACE/ASNMP/asnmp/ctr64.cpp
+++ b/ACE/ASNMP/asnmp/ctr64.cpp
@@ -3,8 +3,6 @@
/**
* @file ctr64.cpp
*
- * $Id$
- *
* Implementation for Counter64 ( 64 bit counter class).
*
*
diff --git a/ACE/ASNMP/asnmp/ctr64.h b/ACE/ASNMP/asnmp/ctr64.h
index 6b97b9966f2..a1c93c1ab11 100644
--- a/ACE/ASNMP/asnmp/ctr64.h
+++ b/ACE/ASNMP/asnmp/ctr64.h
@@ -5,8 +5,6 @@
/**
* @file ctr64.h
*
- * $Id$
- *
* SNMP Counter64 class definition.
*
*
diff --git a/ACE/ASNMP/asnmp/enttraps.h b/ACE/ASNMP/asnmp/enttraps.h
index 433538eb258..f3416eba14e 100644
--- a/ACE/ASNMP/asnmp/enttraps.h
+++ b/ACE/ASNMP/asnmp/enttraps.h
@@ -5,8 +5,6 @@
/**
* @file enttraps.h
*
- * $Id$
- *
* constants for Enterprise Traps
*
*
diff --git a/ACE/ASNMP/asnmp/gauge.cpp b/ACE/ASNMP/asnmp/gauge.cpp
index 6d7796801f8..8116b83e2d8 100644
--- a/ACE/ASNMP/asnmp/gauge.cpp
+++ b/ACE/ASNMP/asnmp/gauge.cpp
@@ -3,8 +3,6 @@
/**
* @file gauge.cpp
*
- * $Id$
- *
* Class implemtation for SMI Gauge32 class.
* NOTES: This does not behave exactly as a Gauge described in RFC 1155
*
diff --git a/ACE/ASNMP/asnmp/gauge.h b/ACE/ASNMP/asnmp/gauge.h
index 8fe7a897e96..a1178f63e08 100644
--- a/ACE/ASNMP/asnmp/gauge.h
+++ b/ACE/ASNMP/asnmp/gauge.h
@@ -5,8 +5,6 @@
/**
* @file gauge.h
*
- * $Id$
- *
* Class definition for SMI Gauge32 class.
* This class currently does not behave as defined by the abstract model
* in RFC 1155 section 3.2.3.4 (ie the value doesn't latch on the max value)
diff --git a/ACE/ASNMP/asnmp/integer.cpp b/ACE/ASNMP/asnmp/integer.cpp
index 30a907b2bd2..67caed16aab 100644
--- a/ACE/ASNMP/asnmp/integer.cpp
+++ b/ACE/ASNMP/asnmp/integer.cpp
@@ -3,8 +3,6 @@
/**
* @file integer.cpp
*
- * $Id$
- *
* Class implemtation for SMI Integer classes.
*
*
diff --git a/ACE/ASNMP/asnmp/integer.h b/ACE/ASNMP/asnmp/integer.h
index fd22e773753..668d036c8fa 100644
--- a/ACE/ASNMP/asnmp/integer.h
+++ b/ACE/ASNMP/asnmp/integer.h
@@ -5,8 +5,6 @@
/**
* @file integer.h
*
- * $Id$
- *
* Class definition for Integer classes convertable to SMI.
*
*
diff --git a/ACE/ASNMP/asnmp/octet.cpp b/ACE/ASNMP/asnmp/octet.cpp
index 8874e646a48..19ad08dfbd5 100644
--- a/ACE/ASNMP/asnmp/octet.cpp
+++ b/ACE/ASNMP/asnmp/octet.cpp
@@ -3,8 +3,6 @@
/**
* @file octet.cpp
*
- * $Id$
- *
* Implements the SMI Octet datatype (RFC 1155)
* This class is fully contained and does not rely on or any other
* SNMP libraries. Ported to ACE by Michael MacFaden mrm@cisco.com
diff --git a/ACE/ASNMP/asnmp/octet.h b/ACE/ASNMP/asnmp/octet.h
index 5e8c8d63d98..6012541b51e 100644
--- a/ACE/ASNMP/asnmp/octet.h
+++ b/ACE/ASNMP/asnmp/octet.h
@@ -6,8 +6,6 @@
/**
* @file octet.h
*
- * $Id$
- *
* This class is fully contained and does not rely on or any other
* SNMP libraries. This class is portable across any platform
* which supports C++.
diff --git a/ACE/ASNMP/asnmp/oid.cpp b/ACE/ASNMP/asnmp/oid.cpp
index 37f00e202fd..66a2d094b69 100644
--- a/ACE/ASNMP/asnmp/oid.cpp
+++ b/ACE/ASNMP/asnmp/oid.cpp
@@ -3,8 +3,6 @@
/**
* @file oid.cpp
*
- * $Id$
- *
* This module contains the implementation of the oid class. This
* includes all protected and public member functions. The oid class
* may be compiled stand alone without the use of any other library.
diff --git a/ACE/ASNMP/asnmp/oid.h b/ACE/ASNMP/asnmp/oid.h
index 77118b518f0..7b13412969c 100644
--- a/ACE/ASNMP/asnmp/oid.h
+++ b/ACE/ASNMP/asnmp/oid.h
@@ -6,8 +6,6 @@
/**
* @file oid.h
*
- * $Id$
- *
* This class is fully contained and does not rely on or any other
* SNMP libraries. This class is portable across any platform
* which supports C++. Ported to ACE by Mike MacFaden mrm@cisco.com
diff --git a/ACE/ASNMP/asnmp/oid_def.h b/ACE/ASNMP/asnmp/oid_def.h
index 31ccbfa3e4a..24e86bcddc7 100644
--- a/ACE/ASNMP/asnmp/oid_def.h
+++ b/ACE/ASNMP/asnmp/oid_def.h
@@ -5,8 +5,6 @@
/**
* @file oid_def.h
*
- * $Id$
- *
* Well known Oids defined in RFC 1215
*
*
diff --git a/ACE/ASNMP/asnmp/pdu.cpp b/ACE/ASNMP/asnmp/pdu.cpp
index 05a29cfeb96..64e511825a7 100644
--- a/ACE/ASNMP/asnmp/pdu.cpp
+++ b/ACE/ASNMP/asnmp/pdu.cpp
@@ -3,8 +3,6 @@
/**
* @file pdu.cpp
*
- * $Id$
- *
* Pdu class implementation. Encapsulation of an SMI Protocol
* Data Unit (PDU) in C++.
*
diff --git a/ACE/ASNMP/asnmp/pdu.h b/ACE/ASNMP/asnmp/pdu.h
index 67a83693844..85240c6a867 100644
--- a/ACE/ASNMP/asnmp/pdu.h
+++ b/ACE/ASNMP/asnmp/pdu.h
@@ -5,8 +5,6 @@
/**
* @file pdu.h
*
- * $Id$
- *
* Pdu class definition. Encapsulation of an SMI Protocol
* Data Unit (PDU) aka Packet in C++.
*
diff --git a/ACE/ASNMP/asnmp/sagent.cpp b/ACE/ASNMP/asnmp/sagent.cpp
index 610fc4c3d4e..20d1b571e07 100644
--- a/ACE/ASNMP/asnmp/sagent.cpp
+++ b/ACE/ASNMP/asnmp/sagent.cpp
@@ -3,8 +3,6 @@
/**
* @file sagent.cpp
*
- * $Id$
- *
* SNMP agent class definition. The sagent class provides an object oriented
* approach for creating SNMP Agents. The sagent class is an encapsulation
* of SNMP sessions, gets, sets, etc.
diff --git a/ACE/ASNMP/asnmp/sagent.h b/ACE/ASNMP/asnmp/sagent.h
index a752ff4e8b9..142cfaddd34 100644
--- a/ACE/ASNMP/asnmp/sagent.h
+++ b/ACE/ASNMP/asnmp/sagent.h
@@ -5,8 +5,6 @@
/**
* @file sagent.h
*
- * $Id$
- *
* SNMP agent class defintion. The sagent class provides an object oriented
* approach for creating SNMP Agents. The sagent class is an encapsulation of SNMP
* sessions, gets, sets, etc.
diff --git a/ACE/ASNMP/asnmp/smi.h b/ACE/ASNMP/asnmp/smi.h
index 3e505c64cb8..a7207312554 100644
--- a/ACE/ASNMP/asnmp/smi.h
+++ b/ACE/ASNMP/asnmp/smi.h
@@ -5,8 +5,6 @@
/**
* @file smi.h
*
- * $Id$
- *
* Address class definition. Encapsulates various network
* addresses into easy to use, safe and portable classes.
*/
diff --git a/ACE/ASNMP/asnmp/smival.h b/ACE/ASNMP/asnmp/smival.h
index 6ce5d5a0ac4..9738ad564a8 100644
--- a/ACE/ASNMP/asnmp/smival.h
+++ b/ACE/ASNMP/asnmp/smival.h
@@ -5,8 +5,6 @@
/**
* @file smival.h
*
- * $Id$
- *
* SMIValue class definition. Superclass for the various types
* of SNMP values (Address, Oid, Octet, etc.). Provides
* only a few functions, most info is in subclass.
diff --git a/ACE/ASNMP/asnmp/snmp.cpp b/ACE/ASNMP/asnmp/snmp.cpp
index db16dbb36f3..f18245a465f 100644
--- a/ACE/ASNMP/asnmp/snmp.cpp
+++ b/ACE/ASNMP/asnmp/snmp.cpp
@@ -3,8 +3,6 @@
/**
* @file snmp.cpp
*
- * $Id$
- *
* The basic SNMPv1 API - blocking version using UDP/IPv4 transport
* and addressing.
*
diff --git a/ACE/ASNMP/asnmp/snmp.h b/ACE/ASNMP/asnmp/snmp.h
index 85c3a30f779..8c37c73c354 100644
--- a/ACE/ASNMP/asnmp/snmp.h
+++ b/ACE/ASNMP/asnmp/snmp.h
@@ -5,8 +5,6 @@
/**
* @file snmp.h
*
- * $Id$
- *
* SNMP class defintion. The Snmp class provides an object oriented
* approach to SNMP. The SNMP class is an encapsulation of SNMP
* sessions, gets, sets, etc. The class manages all SNMP
diff --git a/ACE/ASNMP/asnmp/snmperrs.h b/ACE/ASNMP/asnmp/snmperrs.h
index 94739d7dd73..44635f913b1 100644
--- a/ACE/ASNMP/asnmp/snmperrs.h
+++ b/ACE/ASNMP/asnmp/snmperrs.h
@@ -5,8 +5,6 @@
/**
* @file snmperrs.h
*
- * $Id$
- *
* Definition of error macros and error strings
*
*
diff --git a/ACE/ASNMP/asnmp/target.cpp b/ACE/ASNMP/asnmp/target.cpp
index bd8f1cd5a71..1135eef679f 100644
--- a/ACE/ASNMP/asnmp/target.cpp
+++ b/ACE/ASNMP/asnmp/target.cpp
@@ -3,8 +3,6 @@
/**
* @file target.cpp
*
- * $Id$
- *
* Target class defines target SNMP agents.
*
*
diff --git a/ACE/ASNMP/asnmp/target.h b/ACE/ASNMP/asnmp/target.h
index d43659c4444..c439475fb26 100644
--- a/ACE/ASNMP/asnmp/target.h
+++ b/ACE/ASNMP/asnmp/target.h
@@ -6,8 +6,6 @@
/**
* @file target.h
*
- * $Id$
- *
* @brief
*
* @author Peter E Mellquist Michael R. MacFaden (ported to ACE)
diff --git a/ACE/ASNMP/asnmp/timetick.cpp b/ACE/ASNMP/asnmp/timetick.cpp
index d8aab128035..4107c260e8f 100644
--- a/ACE/ASNMP/asnmp/timetick.cpp
+++ b/ACE/ASNMP/asnmp/timetick.cpp
@@ -3,8 +3,6 @@
/**
* @file timetick.cpp
*
- * $Id$
- *
* Class implentation for SMI Timeticks class.
*
*
diff --git a/ACE/ASNMP/asnmp/timetick.h b/ACE/ASNMP/asnmp/timetick.h
index 1c948b99bca..d9a3e181d28 100644
--- a/ACE/ASNMP/asnmp/timetick.h
+++ b/ACE/ASNMP/asnmp/timetick.h
@@ -5,8 +5,6 @@
/**
* @file timetick.h
*
- * $Id$
- *
* Class definition for SMI Timeticks class.
*
*
diff --git a/ACE/ASNMP/asnmp/transaction.cpp b/ACE/ASNMP/asnmp/transaction.cpp
index f72b525cf06..554cbc505bc 100644
--- a/ACE/ASNMP/asnmp/transaction.cpp
+++ b/ACE/ASNMP/asnmp/transaction.cpp
@@ -3,8 +3,6 @@
/**
* @file transaction.cpp
*
- * $Id$
- *
* implements blocking SNMPv1 API using a simple state machine
* transactions over UDP/IP networks
*
diff --git a/ACE/ASNMP/asnmp/transaction.h b/ACE/ASNMP/asnmp/transaction.h
index db744bd7f7b..ecb2908c33e 100644
--- a/ACE/ASNMP/asnmp/transaction.h
+++ b/ACE/ASNMP/asnmp/transaction.h
@@ -5,8 +5,6 @@
/**
* @file transaction.h
*
- * $Id$
- *
* @brief
*
* @author Michael R. MacFaden port to ACE / use Reactor pattern
diff --git a/ACE/ASNMP/asnmp/transaction_result.h b/ACE/ASNMP/asnmp/transaction_result.h
index 9ea94c60e8e..e8691b2f14f 100644
--- a/ACE/ASNMP/asnmp/transaction_result.h
+++ b/ACE/ASNMP/asnmp/transaction_result.h
@@ -5,8 +5,6 @@
/**
* @file transaction_result.h
*
- * $Id$
- *
* An object respresenting a request/reply operation between mgr/agent
*
*
diff --git a/ACE/ASNMP/asnmp/vb.cpp b/ACE/ASNMP/asnmp/vb.cpp
index d852ceb7e53..552614a141e 100644
--- a/ACE/ASNMP/asnmp/vb.cpp
+++ b/ACE/ASNMP/asnmp/vb.cpp
@@ -3,8 +3,6 @@
/**
* @file vb.cpp
*
- * $Id$
- *
* The Vb class is an encapsulation of the snmp variable binding.
* This module contains the class definition for the variable binding (VB)
* class. The VB class is an encapsulation of a SNMP VB. A VB object is
diff --git a/ACE/ASNMP/asnmp/vb.h b/ACE/ASNMP/asnmp/vb.h
index b82adb2bc0e..483774a0b09 100644
--- a/ACE/ASNMP/asnmp/vb.h
+++ b/ACE/ASNMP/asnmp/vb.h
@@ -6,8 +6,6 @@
/**
* @file vb.h
*
- * $Id$
- *
* This module contains the class definition for the variable binding (VB)
* class. The VB class is an encapsulation of a SNMP VB. A VB object is
* composed of one SNMP++ Oid and one SMI value. The Vb class utilizes Oid
diff --git a/ACE/ASNMP/asnmp/wpdu.cpp b/ACE/ASNMP/asnmp/wpdu.cpp
index 1b1571bb478..dbd33287c5f 100644
--- a/ACE/ASNMP/asnmp/wpdu.cpp
+++ b/ACE/ASNMP/asnmp/wpdu.cpp
@@ -3,8 +3,6 @@
/**
* @file wpdu.cpp
*
- * $Id$
- *
* Adapter class. Converts between raw wire format and Pdu objects
* that can be stuffed out a I/O port or reconstructed
*
diff --git a/ACE/ASNMP/asnmp/wpdu.h b/ACE/ASNMP/asnmp/wpdu.h
index d936b09a88e..ee4a34602c1 100644
--- a/ACE/ASNMP/asnmp/wpdu.h
+++ b/ACE/ASNMP/asnmp/wpdu.h
@@ -5,8 +5,6 @@
/**
* @file wpdu.h
*
- * $Id$
- *
* Adapter class. Converts a Pdu and GenTarget into a format
* that can be stuffed out a I/O port
*