summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Generic_Servant/Foo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Generic_Servant/Foo.idl')
-rw-r--r--TAO/examples/POA/Generic_Servant/Foo.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/examples/POA/Generic_Servant/Foo.idl b/TAO/examples/POA/Generic_Servant/Foo.idl
index 31e27f46e5f..7010d9c2133 100644
--- a/TAO/examples/POA/Generic_Servant/Foo.idl
+++ b/TAO/examples/POA/Generic_Servant/Foo.idl
@@ -18,9 +18,6 @@ interface Foo
// A simple oneway operation, the idea is to measure any differences
// to the previous one.
- void timed_operation (in unsigned long timeout);
- // A timed operation.
-
void shutdown ();
// Shutdown the server.
};