summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ORT/Gateway.idl
blob: 5d5564565c1a8f666b8641856b19213dd88bb549 (plain)
1
2
3
4
5
6
7
8
9
10
// $Id$

module Gateway
{
  interface Object_Factory
  {
    Object create_object (in string interface_repository_id,
			  in Object gatewayed_object);
  };
};