summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/On_Demand_Act_Direct_Coll/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/On_Demand_Act_Direct_Coll/test.idl')
-rw-r--r--TAO/tests/POA/On_Demand_Act_Direct_Coll/test.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/POA/On_Demand_Act_Direct_Coll/test.idl b/TAO/tests/POA/On_Demand_Act_Direct_Coll/test.idl
index 687502ce8f9..99a913cf6f0 100644
--- a/TAO/tests/POA/On_Demand_Act_Direct_Coll/test.idl
+++ b/TAO/tests/POA/On_Demand_Act_Direct_Coll/test.idl
@@ -4,10 +4,10 @@ interface test
{
/// Return a simple string
string get_string ();
-
+
void method ();
// A twoway operation.
-
+
void shutdown ();
// Shutdown the server.
};