diff options
Diffstat (limited to 'ACE/tests/SPIPE_Test.cpp')
-rw-r--r-- | ACE/tests/SPIPE_Test.cpp | 41 |
1 files changed, 19 insertions, 22 deletions
diff --git a/ACE/tests/SPIPE_Test.cpp b/ACE/tests/SPIPE_Test.cpp index eb5b2d37df4..7e1e591435b 100644 --- a/ACE/tests/SPIPE_Test.cpp +++ b/ACE/tests/SPIPE_Test.cpp @@ -1,25 +1,22 @@ -// $Id$ - -// ============================================================================ -// -// = LIBRARY -// tests -// -// = FILENAME -// SPIPE_Test.cpp -// -// = DESCRIPTION -// This is a simple test of Named Pipes that uses -// ACE_SPIPE_Acceptor and ACE_SPIPE_Connector classes. The test -// forks two processes or spawns two threads (depending upon the -// platform) and then executes the client and server allowing -// them to use the named pipe to exchange data. No user input is -// required as far as command line arguments are concerned. -// -// = AUTHOR -// Prashant Jain <pjain@cs.wustl.edu> -// -// ============================================================================ + +//============================================================================= +/** + * @file SPIPE_Test.cpp + * + * $Id$ + * + * This is a simple test of Named Pipes that uses + * ACE_SPIPE_Acceptor and ACE_SPIPE_Connector classes. The test + * forks two processes or spawns two threads (depending upon the + * platform) and then executes the client and server allowing + * them to use the named pipe to exchange data. No user input is + * required as far as command line arguments are concerned. + * + * + * @author Prashant Jain <pjain@cs.wustl.edu> + */ +//============================================================================= + #include "test_config.h" #include "ace/Thread.h" |