summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/Barrier.idl
blob: 6a92f9d161bc2d6f236c6cd662bf71688b74aac6 (plain)
1
2
3
4
5
6
7
8
9
// $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 ();
};