summaryrefslogtreecommitdiff
path: root/TAO/tests/Explicit_Event_Loop/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Explicit_Event_Loop/README')
-rw-r--r--TAO/tests/Explicit_Event_Loop/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tests/Explicit_Event_Loop/README b/TAO/tests/Explicit_Event_Loop/README
deleted file mode 100644
index f098bc9c3a1..00000000000
--- a/TAO/tests/Explicit_Event_Loop/README
+++ /dev/null
@@ -1,8 +0,0 @@
-$Id$
-
-Test code adapted from code in chaper 3 of "Advanced CORBA
-Programming with C++" by Michi Henning and Steve Vinoski.
-
-Adaptations to to make the code run with TAO are found in
-the file CHANGES. Further, in server.cpp the orb->run() line
-has been replaced with an explicit event loop.