summaryrefslogtreecommitdiff
path: root/ACE/tests/Process_Env_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Process_Env_Test.cpp')
-rw-r--r--ACE/tests/Process_Env_Test.cpp37
1 files changed, 15 insertions, 22 deletions
diff --git a/ACE/tests/Process_Env_Test.cpp b/ACE/tests/Process_Env_Test.cpp
index 4b0ea673768..116f800ad5e 100644
--- a/ACE/tests/Process_Env_Test.cpp
+++ b/ACE/tests/Process_Env_Test.cpp
@@ -1,30 +1,23 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// tests
-//
-// = FILENAME
-// Process_Env_Test.cpp
-//
-// = DESCRIPTION
-// This program tests the limits of the Windows CreateProcess
-// environment buffer.
-//
-// = AUTHOR
-// Chad Elliott <elliott_c@ociweb.com>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file Process_Env_Test.cpp
+ *
+ * $Id$
+ *
+ * This program tests the limits of the Windows CreateProcess
+ * environment buffer.
+ *
+ *
+ * @author Chad Elliott <elliott_c@ociweb.com>
+ */
+//=============================================================================
+
#include "test_config.h"
#include "ace/Process.h"
#include "ace/SString.h"
-ACE_RCSID(tests,
- Process_Env_Test,
- "$Id$")
-
typedef void (*setenvfn_t) (const ACE_TCHAR *name, const ACE_TCHAR *value,
void *ctx);