summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Request_Muxing/Test.idl
blob: 090ce7c54ce36a4a3705cc28d19b53eb09427fc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// $Id$
//

module Test
{
  typedef sequence<octet> Payload;

  interface Payload_Receiver
  {
    /// Send the data using a twoway operat
    oneway void more_data (in Payload the_payload);
  };
};