summaryrefslogtreecommitdiff
path: root/CIAO/tests/Collocation/Coll_Base/Base.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/Collocation/Coll_Base/Base.idl')
-rw-r--r--CIAO/tests/Collocation/Coll_Base/Base.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/CIAO/tests/Collocation/Coll_Base/Base.idl b/CIAO/tests/Collocation/Coll_Base/Base.idl
index 8633db8c001..d1ba48ad9f3 100644
--- a/CIAO/tests/Collocation/Coll_Base/Base.idl
+++ b/CIAO/tests/Collocation/Coll_Base/Base.idl
@@ -12,8 +12,7 @@ struct pointer_id
// Interfaces for communication between Sender and Receiver
interface Hello {
- //string say_hello ();
- void set_point(in pointer_id p);
+ void set_point(in pointer_id p, in string strategy);
};