summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/MT_BiDir_SSL/Sender.idl
blob: 9aa036f3327ddb05222510111abc44522f4e53b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// $Id$
//
#include "Receiver.idl"

interface Sender
{

  exception Table_Full {};

  /// Receive the Receiver object and return a id for the object.
  long receiver_object (in Receiver recv)
    raises (Table_Full);
};