summaryrefslogtreecommitdiff
path: root/ACE/ASNMP/asnmp/pdu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ASNMP/asnmp/pdu.cpp')
-rw-r--r--ACE/ASNMP/asnmp/pdu.cpp35
1 files changed, 15 insertions, 20 deletions
diff --git a/ACE/ASNMP/asnmp/pdu.cpp b/ACE/ASNMP/asnmp/pdu.cpp
index 1e86fe17d90..05a29cfeb96 100644
--- a/ACE/ASNMP/asnmp/pdu.cpp
+++ b/ACE/ASNMP/asnmp/pdu.cpp
@@ -1,21 +1,18 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// asnmp
-//
-// = FILENAME
-// pdu.cpp
-//
-// = DESCRIPTION
-// Pdu class implementation. Encapsulation of an SMI Protocol
-// Data Unit (PDU) in C++.
-//
-// = AUTHOR
-// Peter E Mellquist
-// Michael R MacFaden mrm@cisco.com - rework & ACE port
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file pdu.cpp
+ *
+ * $Id$
+ *
+ * Pdu class implementation. Encapsulation of an SMI Protocol
+ * Data Unit (PDU) in C++.
+ *
+ *
+ * @author Peter E MellquistMichael R MacFaden mrm@cisco.com - rework & ACE port
+ */
+//=============================================================================
+
/*===================================================================
Copyright (c) 1996
Hewlett-Packard Company
@@ -37,8 +34,6 @@
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_stdio.h"
-ACE_RCSID(asnmp, pdu, "$Id$")
-
//=====================[ constructor no args ]=========================
Pdu::Pdu( void): vb_count_(0), error_status_(0), error_index_(0),
validity_(0), request_id_(0), pdu_type_(0), notify_timestamp_(0),