summaryrefslogtreecommitdiff
path: root/ACE/ASNMP/asnmp/transaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ASNMP/asnmp/transaction.cpp')
-rw-r--r--ACE/ASNMP/asnmp/transaction.cpp36
1 files changed, 17 insertions, 19 deletions
diff --git a/ACE/ASNMP/asnmp/transaction.cpp b/ACE/ASNMP/asnmp/transaction.cpp
index de3afcf8a36..9bfab1308a5 100644
--- a/ACE/ASNMP/asnmp/transaction.cpp
+++ b/ACE/ASNMP/asnmp/transaction.cpp
@@ -1,27 +1,25 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// asnmp
-//
-// = FILENAME
-// transaction.cpp
-//
-// = DESCRIPTION
-// implements blocking SNMPv1 API using a simple state machine
-// transactions over UDP/IP networks
-//
-// = AUTHOR
-// Michael R MacFaden mrm@cisco.com - remove v2c, async, rework for ACE
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file transaction.cpp
+ *
+ * $Id$
+ *
+ * implements blocking SNMPv1 API using a simple state machine
+ * transactions over UDP/IP networks
+ *
+ *
+ * @author Michael R MacFaden mrm@cisco.com - remove v2c
+ * @author async
+ * @author rework for ACE
+ */
+//=============================================================================
+
#include "ace/Reactor.h"
#include "asnmp/transaction.h"
#include "ace/OS_NS_string.h"
-ACE_RCSID(asnmp, transaction, "$Id$")
-
// pre: pdu, target report valid() == 1
// post: pdu sent out over the wire
inline void reset_receive_buffer(iovec& io)