summaryrefslogtreecommitdiff
path: root/ACE/ASNMP/tests/Varbind_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ASNMP/tests/Varbind_Test.cpp')
-rw-r--r--ACE/ASNMP/tests/Varbind_Test.cpp34
1 files changed, 15 insertions, 19 deletions
diff --git a/ACE/ASNMP/tests/Varbind_Test.cpp b/ACE/ASNMP/tests/Varbind_Test.cpp
index e9c9ecc923b..cf7b7cfd01e 100644
--- a/ACE/ASNMP/tests/Varbind_Test.cpp
+++ b/ACE/ASNMP/tests/Varbind_Test.cpp
@@ -1,21 +1,18 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// asnmp
-//
-// = FILENAME
-// Varbind_Test.cpp
-//
-// = DESCRIPTION
-// 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>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file Varbind_Test.cpp
+ *
+ * $Id$
+ *
+ * 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>
+ */
+//=============================================================================
+
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Copyright 1997 Cisco Systems, Inc.
@@ -44,7 +41,6 @@ DAMAGES.
#include "asnmp/vb.h"
#include "test_config.h"
-ACE_RCSID(tests, Varbind_Test, "$Id$")
/*
Vb( void);
Vb( const Oid &oid);