summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/examples/Quoter/Broker/Broker.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/connectors/dds4ccm/examples/Quoter/Broker/Broker.idl')
-rw-r--r--modules/CIAO/connectors/dds4ccm/examples/Quoter/Broker/Broker.idl35
1 files changed, 35 insertions, 0 deletions
diff --git a/modules/CIAO/connectors/dds4ccm/examples/Quoter/Broker/Broker.idl b/modules/CIAO/connectors/dds4ccm/examples/Quoter/Broker/Broker.idl
new file mode 100644
index 00000000000..457f617a374
--- /dev/null
+++ b/modules/CIAO/connectors/dds4ccm/examples/Quoter/Broker/Broker.idl
@@ -0,0 +1,35 @@
+// $Id$
+
+/**
+ * @file Broker.idl
+ * @author William R. Otte <wotte@dre.vanderbilt.edu>
+ */
+
+#ifndef BROKER_IDL
+#define BROKER_IDL
+
+#include "Connector/Quoter_Connector.idl"
+#include "Connector/Quoter_ConnectorE.idl"
+
+module Quoter
+{
+ component Broker
+ {
+ port CCM_DDS::Quoter::DDS_Listen info_out;
+ };
+};
+
+/*
+#include <dds4ccm/idl/dds4ccm_Connector_Base.idl3p>
+#include <dds4ccm/idl/dds4ccm_Port_RawListen.idl3p>
+
+module Quoter
+{
+ component Broker
+ {
+ port CCM_DDS::DDS_RawListen <Stock_Info> info;
+ };
+};
+
+ */
+#endif