summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ORT/Gateway.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/ORT/Gateway.idl')
-rw-r--r--TAO/orbsvcs/examples/ORT/Gateway.idl16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/ORT/Gateway.idl b/TAO/orbsvcs/examples/ORT/Gateway.idl
new file mode 100644
index 00000000000..7f97783707c
--- /dev/null
+++ b/TAO/orbsvcs/examples/ORT/Gateway.idl
@@ -0,0 +1,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 */