summaryrefslogtreecommitdiff
path: root/ACE/ASNMP/examples/get/get_async.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ASNMP/examples/get/get_async.cpp')
-rw-r--r--ACE/ASNMP/examples/get/get_async.cpp34
1 files changed, 13 insertions, 21 deletions
diff --git a/ACE/ASNMP/examples/get/get_async.cpp b/ACE/ASNMP/examples/get/get_async.cpp
index 008f7b18f66..617ba42db6b 100644
--- a/ACE/ASNMP/examples/get/get_async.cpp
+++ b/ACE/ASNMP/examples/get/get_async.cpp
@@ -1,20 +1,16 @@
-// ============================================================================
-// $Id$
-// = LIBRARY
-// asnmp
-//
-// = FILENAME
-// get.cpp
-//
-// = DESCRIPTION
-// Sample application demonstrating synchronous Snmp::get 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 get_async.cpp
+ *
+ * $Id$
+ *
+ * Sample application demonstrating synchronous Snmp::get API
+ * to access an SNMP Version 1 agent.
+ *
+ *
+ */
+//=============================================================================
+
/*===================================================================
Copyright (c) 1996
@@ -39,11 +35,7 @@
// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
-ACE_RCSID(get, get_async, "$Id$")
-
-//
// SNMPv1 Get Application
-//
class getapp : public Snmp_Result {
public:
getapp(int argc, char **argv); // process command line args