summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/tests/DelReplyH/Base/DelReplyH.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/ami4ccm/tests/DelReplyH/Base/DelReplyH.idl')
-rw-r--r--CIAO/connectors/ami4ccm/tests/DelReplyH/Base/DelReplyH.idl35
1 files changed, 0 insertions, 35 deletions
diff --git a/CIAO/connectors/ami4ccm/tests/DelReplyH/Base/DelReplyH.idl b/CIAO/connectors/ami4ccm/tests/DelReplyH/Base/DelReplyH.idl
deleted file mode 100644
index a5eb542d1bf..00000000000
--- a/CIAO/connectors/ami4ccm/tests/DelReplyH/Base/DelReplyH.idl
+++ /dev/null
@@ -1,35 +0,0 @@
-#ifndef DELREPLYH_IDL
-#define DELREPLYH_IDL
-
-#pragma ciao lem "Base/DelReplyHE.idl"
-#pragma ciao ami4ccm interface "DelReplyH::MyFoo"
-#pragma ciao lem "Base/DelReplyHAE.idl"
-#pragma ciao ami4ccm idl "Base/DelReplyHA.idl"
-
-module DelReplyH
-{
- exception InternalError
- {
- long id;
- string error_string;
- };
-
- // Sender/Receiver interface
- interface MyFoo
- {
- long foo (in string in_str, out string answer)
- raises (InternalError);
- // void hello (out long answer)
- // raises (InternalError);
-
- // attribute short rw_attrib
- // getraises (InternalError)
- // setraises (InternalError);
-
- // readonly attribute short ro_attrib
- // raises (InternalError);
- };
-};
-
-#endif
-