summaryrefslogtreecommitdiff
path: root/tests/ACE_Init_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-02-21 23:18:53 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-02-21 23:18:53 +0000
commitb75744d8bffc8cc52e8201369da3bb81d75fe0c9 (patch)
treed8a8fb5b956a97c19bb33c90c6846d0766ebda58 /tests/ACE_Init_Test.cpp
parentafd3024e1bea027bc86bd4538ec70e6db5e441f1 (diff)
downloadATCD-b75744d8bffc8cc52e8201369da3bb81d75fe0c9.tar.gz
ChangeLogTag:Mon Feb 21 14:35:39 2000 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'tests/ACE_Init_Test.cpp')
-rw-r--r--tests/ACE_Init_Test.cpp25
1 files changed, 11 insertions, 14 deletions
diff --git a/tests/ACE_Init_Test.cpp b/tests/ACE_Init_Test.cpp
index ddce650bdc7..77a041fd58e 100644
--- a/tests/ACE_Init_Test.cpp
+++ b/tests/ACE_Init_Test.cpp
@@ -1,20 +1,18 @@
// $Id$
+
+// This is a Win32-only test for verifying that the ACE dll
+// initializes itself without having a nonstatic object manager
+// present by way of a console app's main function. It's a MFC dialog
+// app - it pops up a dialog and spawns a thread - the thread will
+// wait 2 seconds and programatically dismiss the dialog box. The
+// main thread waits for the other one to exit, and that's the test.
+// If the ACE DLL doesn't initialize correctly, it will go boom!
//
-// ACE_Init_Test
-//
-// This is a Win32-only test for verifying that the ACE dll initializes itself
-// without having a nonstatic object manager present by way of a console app's
-// main function. It's a MFC dialog app - it pops up a dialog and spawns a
-// thread - the thread will wait 2 seconds and programatically dismiss the
-// dialog box. The main thread waits for the other one to exit, and that's
-// the test. If the ACE DLL doesn't initialize correctly, it will go boom!
-//
-// This test program was initially generated from MSVC AppWizard, then some
-// files were renamed and moved around to fit in with the ACE test directory
-// structure.
+// This test program was initially generated from MSVC AppWizard, then
+// some files were renamed and moved around to fit in with the ACE
+// test directory structure.
//
// ACE_Init_Test.cpp : Defines the class behaviors for the application.
-//
#include "ace/Thread_Manager.h"
#include "ACE_Init_Test_StdAfx.h"
@@ -29,7 +27,6 @@ static char THIS_FILE[] = __FILE__;
static void * wait_and_kill_dialog (void *pBox);
-
/////////////////////////////////////////////////////////////////////////////
// CACE_Init_TestApp