summaryrefslogtreecommitdiff
path: root/ACE/ASNMP/asnmp/wpdu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ASNMP/asnmp/wpdu.cpp')
-rw-r--r--ACE/ASNMP/asnmp/wpdu.cpp35
1 files changed, 15 insertions, 20 deletions
diff --git a/ACE/ASNMP/asnmp/wpdu.cpp b/ACE/ASNMP/asnmp/wpdu.cpp
index 325f508cc2e..454e8ced7a8 100644
--- a/ACE/ASNMP/asnmp/wpdu.cpp
+++ b/ACE/ASNMP/asnmp/wpdu.cpp
@@ -1,21 +1,18 @@
-// $Id$
-
-// ============================================================================
-// = LIBRARY
-// asnmp
-//
-// = FILENAME
-// wpdu.cpp
-//
-// = DESCRIPTION
-// Adapter class. Converts between raw wire format and Pdu objects
-// that can be stuffed out a I/O port or reconstructed
-//
-// = AUTHOR
-// Michael R. MacFaden rework the class api and impl using ACE
-// Peter E Mellquist implementation/code from snmp++ snmpmsg class
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file wpdu.cpp
+ *
+ * $Id$
+ *
+ * Adapter class. Converts between raw wire format and Pdu objects
+ * that can be stuffed out a I/O port or reconstructed
+ *
+ *
+ * @author Michael R. MacFaden rework the class api and impl using ACEPeter E Mellquist implementation/code from snmp++ snmpmsg class
+ */
+//=============================================================================
+
#include "asnmp/wpdu.h"
#include "ace/Log_Msg.h"
@@ -25,8 +22,6 @@
#define DEFINE_TRAP_CONSTANTS_
#include "asnmp/enttraps.h"
-ACE_RCSID(asnmp, wpdu, "$Id$")
-
#define MAX_COMM_STR_LEN 255
#define V1_COLD_START 0
#define V1_WARM_START 1