summaryrefslogtreecommitdiff
path: root/ACE/ASNMP/tests/Counter_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ASNMP/tests/Counter_Test.cpp')
-rw-r--r--ACE/ASNMP/tests/Counter_Test.cpp33
1 files changed, 14 insertions, 19 deletions
diff --git a/ACE/ASNMP/tests/Counter_Test.cpp b/ACE/ASNMP/tests/Counter_Test.cpp
index c6b4b4c9b72..ebe9693b864 100644
--- a/ACE/ASNMP/tests/Counter_Test.cpp
+++ b/ACE/ASNMP/tests/Counter_Test.cpp
@@ -1,20 +1,17 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// tests
-//
-// = FILENAME
-// Counter_Test.cpp
-//
-// = DESCRIPTION
-// Test all the member functions of the Counter class. An Object
-// representing an ASN.1 Counter SMI COUNTER SYNTAX.
-// = AUTHOR
-// Michael R. MacFaden <mrm@cisco.com>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file Counter_Test.cpp
+ *
+ * $Id$
+ *
+ * Test all the member functions of the Counter class. An Object
+ * representing an ASN.1 Counter SMI COUNTER SYNTAX.
+ *
+ * @author Michael R. MacFaden <mrm@cisco.com>
+ */
+//=============================================================================
+
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Copyright 1997 Cisco Systems, Inc.
@@ -41,8 +38,6 @@ DAMAGES.
#include "asnmp/counter.h"
#include "test_config.h"
-ACE_RCSID(tests, Counter_Test, "$Id$")
-
/*
Counter32( void);
Counter32( const unsigned long i);