summaryrefslogtreecommitdiff
path: root/TAO/tests/Xt_Stopwatch/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Xt_Stopwatch/README')
-rw-r--r--TAO/tests/Xt_Stopwatch/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/tests/Xt_Stopwatch/README b/TAO/tests/Xt_Stopwatch/README
deleted file mode 100644
index 7df0fda32cc..00000000000
--- a/TAO/tests/Xt_Stopwatch/README
+++ /dev/null
@@ -1,17 +0,0 @@
-# $Id$
-
-This example illustrates the usage of the XtReactor from TAO. The
-server creates a small display dialog and the client displays a dialog
-with a start and stop button. On pressing the start button the server
-dialog box starts a stopwatch. On the pressing the stop the stopwatch
-stops. On repressing the start the stopwatch resets and start all over
-again.
-
-To run the server and the client simply do the following:
-
-$ server -o foo.ior
-$ client -k file://foo.ior
-
-Note: this test only does something useful if the Xtoolkit is enabled
-and the executables linked against the following libraries Xm, Xt &
-X11.