summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ORT/Gateway.idl
blob: 7f97783707c80b16f46e734278537406d910fc41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$

#ifndef GATEWAY_IDL
#define GATEWAY_IDL

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

};

#endif  /* GATEWAY_IDL */