summaryrefslogtreecommitdiff
path: root/ACE/performance-tests/SCTP/SOCK_SEQPACK_Association_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/performance-tests/SCTP/SOCK_SEQPACK_Association_Test.cpp')
-rw-r--r--ACE/performance-tests/SCTP/SOCK_SEQPACK_Association_Test.cpp45
1 files changed, 21 insertions, 24 deletions
diff --git a/ACE/performance-tests/SCTP/SOCK_SEQPACK_Association_Test.cpp b/ACE/performance-tests/SCTP/SOCK_SEQPACK_Association_Test.cpp
index bb423300062..439f3fd31fb 100644
--- a/ACE/performance-tests/SCTP/SOCK_SEQPACK_Association_Test.cpp
+++ b/ACE/performance-tests/SCTP/SOCK_SEQPACK_Association_Test.cpp
@@ -1,27 +1,24 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// tests
-//
-// = FILENAME
-// SOCK_SEQPACK_Association_Test.cpp
-//
-// = DESCRIPTION
-//
-// Tests the methods get_local_addrs and get_remote_addrs of class
-// ACE_SOCK_SEQPACK_Association.
-//
-// This is not an automated "one-button" test. Rather, it prints
-// some output to a log file, so that an interested human can
-// inspect the output and get a vague notion of whether or not
-// the methods are working properly.
-//
-// = AUTHOR
-// Edward Mulholland (emulholl@atl.lmco.com)
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file SOCK_SEQPACK_Association_Test.cpp
+ *
+ * $Id$
+ *
+ *
+ * Tests the methods get_local_addrs and get_remote_addrs of class
+ * ACE_SOCK_SEQPACK_Association.
+ *
+ * This is not an automated "one-button" test. Rather, it prints
+ * some output to a log file, so that an interested human can
+ * inspect the output and get a vague notion of whether or not
+ * the methods are working properly.
+ *
+ *
+ * @author Edward Mulholland (emulholl@atl.lmco.com)
+ */
+//=============================================================================
+
#include "ace/SOCK_SEQPACK_Association.h"
#include "ace/SOCK_SEQPACK_Connector.h"