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