summaryrefslogtreecommitdiff
path: root/ACE/ASNMP/examples/walk/walk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ASNMP/examples/walk/walk.cpp')
-rw-r--r--ACE/ASNMP/examples/walk/walk.cpp33
1 files changed, 13 insertions, 20 deletions
diff --git a/ACE/ASNMP/examples/walk/walk.cpp b/ACE/ASNMP/examples/walk/walk.cpp
index dabd3a5437a..bdcc8e206a9 100644
--- a/ACE/ASNMP/examples/walk/walk.cpp
+++ b/ACE/ASNMP/examples/walk/walk.cpp
@@ -1,22 +1,17 @@
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// asnmp
-//
-// = FILENAME
-// walk.cpp
-//
-// = DESCRIPTION
-// Sample application demonstrating synchronous Snmp::get, 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 walk.cpp
+ *
+ * $Id$
+ *
+ * Sample application demonstrating synchronous Snmp::get, get_next API
+ * to access an SNMP Version 1 agent.
+ *
+ *
+ */
+//=============================================================================
+
/*===================================================================
Copyright (c) 1996
Hewlett-Packard Company
@@ -39,8 +34,6 @@
// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
-ACE_RCSID(walk, walk, "$Id$")
-
//
// SNMPv1 Walk Mib Application
//