summaryrefslogtreecommitdiff
path: root/modules/CIAO/examples/DevGuideExamples/Messenger/Publication.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/examples/DevGuideExamples/Messenger/Publication.idl')
-rw-r--r--modules/CIAO/examples/DevGuideExamples/Messenger/Publication.idl19
1 files changed, 19 insertions, 0 deletions
diff --git a/modules/CIAO/examples/DevGuideExamples/Messenger/Publication.idl b/modules/CIAO/examples/DevGuideExamples/Messenger/Publication.idl
new file mode 100644
index 00000000000..2eee03efecd
--- /dev/null
+++ b/modules/CIAO/examples/DevGuideExamples/Messenger/Publication.idl
@@ -0,0 +1,19 @@
+// $Id$
+
+/**
+ * @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