summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/Barrier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/Barrier.idl')
-rw-r--r--TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/Barrier.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/Barrier.idl b/TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/Barrier.idl
deleted file mode 100644
index 6a92f9d161b..00000000000
--- a/TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/Barrier.idl
+++ /dev/null
@@ -1,9 +0,0 @@
-// $Id$
-
-/// A simple way to have a distributed synchronization point for a specific
-/// number of participants.
-interface Barrier {
- /// Wait until the implementation specified number of participants have
- /// called, then simply return.
- void wait ();
-};