summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Forwarding/Foo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Forwarding/Foo.idl')
-rw-r--r--TAO/examples/POA/Forwarding/Foo.idl19
1 files changed, 0 insertions, 19 deletions
diff --git a/TAO/examples/POA/Forwarding/Foo.idl b/TAO/examples/POA/Forwarding/Foo.idl
deleted file mode 100644
index 533c3e164ee..00000000000
--- a/TAO/examples/POA/Forwarding/Foo.idl
+++ /dev/null
@@ -1,19 +0,0 @@
-// $Id$
-
-interface Foo
-{
- // = TITLE
- // Dummy object, doit just reports number,
- // do not expect any sense. They are constantly increasing
-
- long doit ();
-
- // Raised if it cannot be forwarded
- exception Cannot_Forward {};
-
- void forward ()
- raises (Cannot_Forward);
-
- void shutdown ();
-};
-