summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/idl/dds4ccm_ListenerControl.idl3
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-08-16 20:41:22 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-08-16 20:41:22 +0000
commit3b37923a14c7db4d9d602cd9166be38f6104da50 (patch)
tree63477c4878be44047f054092ab3a9b8bb77ba59f /modules/CIAO/connectors/dds4ccm/idl/dds4ccm_ListenerControl.idl3
parent767b53703f187eddaf51b3a1d99c6984bf8ba75f (diff)
downloadATCD-3b37923a14c7db4d9d602cd9166be38f6104da50.tar.gz
branching/tagging
Diffstat (limited to 'modules/CIAO/connectors/dds4ccm/idl/dds4ccm_ListenerControl.idl3')
-rw-r--r--modules/CIAO/connectors/dds4ccm/idl/dds4ccm_ListenerControl.idl318
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/CIAO/connectors/dds4ccm/idl/dds4ccm_ListenerControl.idl3 b/modules/CIAO/connectors/dds4ccm/idl/dds4ccm_ListenerControl.idl3
new file mode 100644
index 00000000000..fddba42a7cd
--- /dev/null
+++ b/modules/CIAO/connectors/dds4ccm/idl/dds4ccm_ListenerControl.idl3
@@ -0,0 +1,18 @@
+/**
+ * @file dds4CCM_ListenerControl.idl3p
+ *
+ */
+
+#ifndef DDS4CCM_LISTENERCONTROL_IDL3P
+#define DDS4CCM_LISTENERCONTROL_IDL3P
+
+#include "dds4ccm/idl/dds4ccm_Base.idl3"
+
+module CCM_DDS
+{
+ interface ListenerControl {
+ attribute boolean enabled;
+ };
+};
+
+#endif