summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-2.idl
diff options
context:
space:
mode:
authorboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-30 23:13:30 +0000
committerboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-30 23:13:30 +0000
commit2c85834f171d85f1687584bce2836efeb792d19a (patch)
treecdd5acbfa9f06ec53a282730751a255e8f4723c6 /TAO/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-2.idl
parent26aeaf17e14619588f9a73cf8607765012278548 (diff)
downloadATCD-2c85834f171d85f1687584bce2836efeb792d19a.tar.gz
ChangeLogTag: Tue Dec 30 17:03:27 2003 Boris Kolpackov <boris@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-2.idl')
-rw-r--r--TAO/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-2.idl14
1 files changed, 12 insertions, 2 deletions
diff --git a/TAO/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-2.idl b/TAO/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-2.idl
index 57b5d5de22c..2cad0998826 100644
--- a/TAO/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-2.idl
+++ b/TAO/CIAO/CCF/Example/CIDL/LocalExecutorMapping/test-2.idl
@@ -12,7 +12,16 @@ module M2
interface I {};
interface J {};
- eventtype E {};
+ eventtype E supports I, J
+ {
+ factory new (in string name);
+ public string name;
+ };
+
+ valuetype V
+ {
+ public long l;
+ };
component C2 : M1::C1 supports I, J
{
@@ -56,7 +65,8 @@ module M2
out long ol,
in M::I i,
out unsigned long long ull,
- inout S_Seq s_seq) raises (Ex1, Ex2);
+ inout S_Seq s_seq,
+ in V v) raises (Ex1, Ex2);
factory new (in long l, in OctetSeq s) raises (Ex2, Ex1);
finder find (in long l, in OctetSeq s) raises (Ex1, Ex2);