diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-01-07 19:58:17 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-01-07 19:58:17 +0100 |
commit | 91ec92bc2e0052c8ab2a6bdfd2da3069218a6422 (patch) | |
tree | fa7dcaf5940500db33ed6ab2392313ae23a43b87 /ACE/ASNMP/tests | |
parent | 8ff95cb206cb5bdbad270e244b562e4bd8df82d3 (diff) | |
download | ATCD-91ec92bc2e0052c8ab2a6bdfd2da3069218a6422.tar.gz |
Shorter header
Diffstat (limited to 'ACE/ASNMP/tests')
-rw-r--r-- | ACE/ASNMP/tests/Address_Test.cpp | 1 | ||||
-rw-r--r-- | ACE/ASNMP/tests/Integer_Test.cpp | 1 | ||||
-rw-r--r-- | ACE/ASNMP/tests/Octet_Test.cpp | 1 | ||||
-rw-r--r-- | ACE/ASNMP/tests/Oid_Test.cpp | 1 | ||||
-rw-r--r-- | ACE/ASNMP/tests/Target_Test.cpp | 1 | ||||
-rw-r--r-- | ACE/ASNMP/tests/Varbind_Test.cpp | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/ACE/ASNMP/tests/Address_Test.cpp b/ACE/ASNMP/tests/Address_Test.cpp index aa25dacf34c..5ed297ee65a 100644 --- a/ACE/ASNMP/tests/Address_Test.cpp +++ b/ACE/ASNMP/tests/Address_Test.cpp @@ -7,7 +7,6 @@ * GenAddress, MacAddress, IpxAddress, IpAddress, UdpAddress * all which derive from abstract base class Address. * - * * @author Michael R. MacFaden <mrm@cisco.com> */ //============================================================================= diff --git a/ACE/ASNMP/tests/Integer_Test.cpp b/ACE/ASNMP/tests/Integer_Test.cpp index 2304990aaf1..b9d3e3c0f74 100644 --- a/ACE/ASNMP/tests/Integer_Test.cpp +++ b/ACE/ASNMP/tests/Integer_Test.cpp @@ -6,7 +6,6 @@ * Test all the member functions of the Integer class. An Object * representing an ASN.1 Integer64 SMI 32 bit Integer SYNTAX. * - * * @author Michael R. MacFaden <mrm@cisco.com> */ //============================================================================= diff --git a/ACE/ASNMP/tests/Octet_Test.cpp b/ACE/ASNMP/tests/Octet_Test.cpp index 259ee477c9f..5f8677c69e3 100644 --- a/ACE/ASNMP/tests/Octet_Test.cpp +++ b/ACE/ASNMP/tests/Octet_Test.cpp @@ -6,7 +6,6 @@ * Test all the member functions of the OCTET class. An Object * representing an ASN.1 Integer64 SMI OCTET STRING SYNTAX. * - * * @author Michael R. MacFaden <mrm@cisco.com> */ //============================================================================= diff --git a/ACE/ASNMP/tests/Oid_Test.cpp b/ACE/ASNMP/tests/Oid_Test.cpp index 227ce9da7d6..dfa6931fcbc 100644 --- a/ACE/ASNMP/tests/Oid_Test.cpp +++ b/ACE/ASNMP/tests/Oid_Test.cpp @@ -6,7 +6,6 @@ * Test all the member functions of the Oid class. An Object * representing an ASN.1 Integer64 SMI OID SYNTAX. * - * * @author Michael R. MacFaden <mrm@cisco.com> */ //============================================================================= diff --git a/ACE/ASNMP/tests/Target_Test.cpp b/ACE/ASNMP/tests/Target_Test.cpp index 40c4825d9e4..2d164b7ddf3 100644 --- a/ACE/ASNMP/tests/Target_Test.cpp +++ b/ACE/ASNMP/tests/Target_Test.cpp @@ -6,7 +6,6 @@ * Test all the member functions of the Target class. * Not sure if this object is really required or not in the new framework * - * * @author Michael R. MacFaden <mrm@cisco.com> */ //============================================================================= diff --git a/ACE/ASNMP/tests/Varbind_Test.cpp b/ACE/ASNMP/tests/Varbind_Test.cpp index 188465d6c1e..4f7316836d2 100644 --- a/ACE/ASNMP/tests/Varbind_Test.cpp +++ b/ACE/ASNMP/tests/Varbind_Test.cpp @@ -6,7 +6,6 @@ * Test all the member functions of the Varbind class. * A varbind is a list of { oids and associated values } * - * * @author Michael R. MacFaden <mrm@cisco.com> */ //============================================================================= |