summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3/Events/Any/EventAny.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL3/Events/Any/EventAny.idl')
-rw-r--r--CIAO/tests/IDL3/Events/Any/EventAny.idl16
1 files changed, 0 insertions, 16 deletions
diff --git a/CIAO/tests/IDL3/Events/Any/EventAny.idl b/CIAO/tests/IDL3/Events/Any/EventAny.idl
deleted file mode 100644
index d53ddf55c08..00000000000
--- a/CIAO/tests/IDL3/Events/Any/EventAny.idl
+++ /dev/null
@@ -1,16 +0,0 @@
-// $Id$
-/**
- * @file EventAny.idl
- * @author Jeff Parsons <j.parsons@vanderbilt.edu>
- *
- * Tests Any insertion/extraction of event types,
- * and (de)marshaling of such Anys.
- */
-
-#include <Components.idl>
-
-eventtype StringMsg
-{
- public string str_msg;
-};
-