summaryrefslogtreecommitdiff
path: root/ACE/ASNMP/examples/next/next.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ASNMP/examples/next/next.cpp')
-rw-r--r--ACE/ASNMP/examples/next/next.cpp33
1 files changed, 13 insertions, 20 deletions
diff --git a/ACE/ASNMP/examples/next/next.cpp b/ACE/ASNMP/examples/next/next.cpp
index ed68a033d8f..1a06992b2d2 100644
--- a/ACE/ASNMP/examples/next/next.cpp
+++ b/ACE/ASNMP/examples/next/next.cpp
@@ -1,22 +1,17 @@
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// asnmp
-//
-// = FILENAME
-// next.cpp
-//
-// = DESCRIPTION
-// Sample application demonstrating synchronous Snmp::get_next API
-// to access an SNMP Version 1 agent.
-//
-// = AUTHOR
-// Peter E. Mellquist original code
-// Michael R MacFaden mrm@cisco.com rework API/ACE integration
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file next.cpp
+ *
+ * $Id$
+ *
+ * Sample application demonstrating synchronous Snmp::get_next API
+ * to access an SNMP Version 1 agent.
+ *
+ *
+ */
+//=============================================================================
+
/*===================================================================
Copyright (c) 1996
Hewlett-Packard Company
@@ -40,8 +35,6 @@
// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
-ACE_RCSID(next, next, "$Id$")
-
//
// SNMPv1 Get Next Application
//