summaryrefslogtreecommitdiff
path: root/CIAO/examples/DevGuideExamples/Messenger/Publication.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/examples/DevGuideExamples/Messenger/Publication.idl')
-rw-r--r--CIAO/examples/DevGuideExamples/Messenger/Publication.idl17
1 files changed, 0 insertions, 17 deletions
diff --git a/CIAO/examples/DevGuideExamples/Messenger/Publication.idl b/CIAO/examples/DevGuideExamples/Messenger/Publication.idl
deleted file mode 100644
index 8741bd765ff..00000000000
--- a/CIAO/examples/DevGuideExamples/Messenger/Publication.idl
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
- * @file Publication.idl
- *
- * @author Don Busch <busch_d@ociweb.com>
- */
-
-#ifndef PUBLICATION_IDL
-#define PUBLICATION_IDL
-
-#pragma ciao lem "PublicationE.idl"
-
-interface Publication {
- attribute string text;
- attribute unsigned short period;
-};
-
-#endif