summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ORT/Gateway.idl
blob: f9b62e410709f9e7222632c8ec309a09e0f51b3b (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 */