summaryrefslogtreecommitdiff
path: root/ACE/tests/XtMotifReactor_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/XtMotifReactor_Test.cpp')
-rw-r--r--ACE/tests/XtMotifReactor_Test.cpp52
1 files changed, 23 insertions, 29 deletions
diff --git a/ACE/tests/XtMotifReactor_Test.cpp b/ACE/tests/XtMotifReactor_Test.cpp
index 37be8a2a07b..d168b74f19a 100644
--- a/ACE/tests/XtMotifReactor_Test.cpp
+++ b/ACE/tests/XtMotifReactor_Test.cpp
@@ -1,36 +1,30 @@
/* -*- C++ -*- */
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// tests
-//
-// = FILENAME
-// XtReactor_Test.cpp
-//
-// = DESCRIPTION
-// This is a simple test that illustrates the possibility to integrate
-// ACE to the X Main Loop. This program uses ACE_XtReactor class to
-// schedule three additional event sources:
-// 1. Events from button "Stop Test" (registed with XtAddCallback)
-// 2. Events from button "Press Me" (registed with XtAddCallback)
-// 3. Events from X timer (registed with XtAppAddTimeOut)
-// 4. Events from ACE timer (registed with ACE_XtReactor::schedule_timer)
-// 5. Events from the TCP/IP channel using ACE_Acceptor
-// No command line arguments are needed to run the test.
-// The program needs Motif or lestiff to be compiled and run.
-//
-// = AUTHOR
-// Kirill Rybaltchenko <Kirill.Rybaltchenko@cern.ch>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file XtMotifReactor_Test.cpp
+ *
+ * $Id$
+ *
+ * This is a simple test that illustrates the possibility to integrate
+ * ACE to the X Main Loop. This program uses ACE_XtReactor class to
+ * schedule three additional event sources:
+ * 1. Events from button "Stop Test" (registed with XtAddCallback)
+ * 2. Events from button "Press Me" (registed with XtAddCallback)
+ * 3. Events from X timer (registed with XtAppAddTimeOut)
+ * 4. Events from ACE timer (registed with ACE_XtReactor::schedule_timer)
+ * 5. Events from the TCP/IP channel using ACE_Acceptor
+ * No command line arguments are needed to run the test.
+ * The program needs Motif or lestiff to be compiled and run.
+ *
+ *
+ * @author Kirill Rybaltchenko <Kirill.Rybaltchenko@cern.ch>
+ */
+//=============================================================================
+
#include "test_config.h"
-ACE_RCSID (tests,
- XtMotifReactor_Test,
- "$Id$")
#include "ace/XtReactor/XtReactor.h"
#include "ace/Event_Handler.h"
#include "ace/Acceptor.h"