summaryrefslogtreecommitdiff
path: root/ACE/ASNMP/asnmp/sagent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ASNMP/asnmp/sagent.cpp')
-rw-r--r--ACE/ASNMP/asnmp/sagent.cpp35
1 files changed, 15 insertions, 20 deletions
diff --git a/ACE/ASNMP/asnmp/sagent.cpp b/ACE/ASNMP/asnmp/sagent.cpp
index 8ee2fdb5b8d..610fc4c3d4e 100644
--- a/ACE/ASNMP/asnmp/sagent.cpp
+++ b/ACE/ASNMP/asnmp/sagent.cpp
@@ -1,22 +1,19 @@
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// asnmp
-//
-// = FILENAME
-// sagent.cpp
-//
-// = DESCRIPTION
-// SNMP agent class definition. The sagent class provides an object oriented
-// approach for creating SNMP Agents. The sagent class is an encapsulation
-// of SNMP sessions, gets, sets, etc.
-//
-// = AUTHOR
-// Michael R. MacFaden
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file sagent.cpp
+ *
+ * $Id$
+ *
+ * SNMP agent class definition. The sagent class provides an object oriented
+ * approach for creating SNMP Agents. The sagent class is an encapsulation
+ * of SNMP sessions, gets, sets, etc.
+ *
+ *
+ * @author Michael R. MacFaden
+ */
+//=============================================================================
+
#include "ace/Reactor.h"
#include "ace/SOCK_Dgram.h"
@@ -30,8 +27,6 @@
#include "asnmp/sagent.h" // agent interface
#include "asnmp/transaction.h" // convert from wire to API
-ACE_RCSID(asnmp, sagent, "$Id$")
-
sagent::sagent(unsigned short port): Snmp(port)
{
ACE_TRACE("sagent::sagent(short)");