summaryrefslogtreecommitdiff
path: root/ACE/ASNMP/tests/Oid_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ASNMP/tests/Oid_Test.cpp')
-rw-r--r--ACE/ASNMP/tests/Oid_Test.cpp35
1 files changed, 15 insertions, 20 deletions
diff --git a/ACE/ASNMP/tests/Oid_Test.cpp b/ACE/ASNMP/tests/Oid_Test.cpp
index 7add52bd790..b98c8c50969 100644
--- a/ACE/ASNMP/tests/Oid_Test.cpp
+++ b/ACE/ASNMP/tests/Oid_Test.cpp
@@ -1,21 +1,18 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// asnmp
-//
-// = FILENAME
-// Oid_Test.cpp
-//
-// = DESCRIPTION
-// 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>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file Oid_Test.cpp
+ *
+ * $Id$
+ *
+ * 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>
+ */
+//=============================================================================
+
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Copyright 1997 Cisco Systems, Inc.
@@ -42,8 +39,6 @@ DAMAGES.
#include "asnmp/oid.h"
#include "test_config.h"
-ACE_RCSID(tests, Oid_Test, "$Id$")
-
/*
Oid( const char * dotted_oid_string = "", size_t size = -1);
Oid ( const Oid &oid);