summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/examples/Quoter/descriptors/Broker.ccd
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/examples/Quoter/descriptors/Broker.ccd')
-rw-r--r--TAO/CIAO/DAnCE/examples/Quoter/descriptors/Broker.ccd33
1 files changed, 33 insertions, 0 deletions
diff --git a/TAO/CIAO/DAnCE/examples/Quoter/descriptors/Broker.ccd b/TAO/CIAO/DAnCE/examples/Quoter/descriptors/Broker.ccd
new file mode 100644
index 00000000000..c2a0630b87b
--- /dev/null
+++ b/TAO/CIAO/DAnCE/examples/Quoter/descriptors/Broker.ccd
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<Deployment:ComponentInterfaceDescription
+ xmlns:Deployment="http://www.omg.org/Deployment"
+ xmlns:xmi="http://www.omg.org/XMI"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.omg.org/Deployment Deployment.xsd">
+
+ <label>Broker Component</label>
+ <UUID>803f8fc7-55de-4a20-81eb-ae951d85b7f4</UUID>
+ <specificType>IDL:Stock/StockBroker:1.0</specificType>
+ <supportedType>IDL:Stock/StockBroker:1.0</supportedType>
+ <port>
+ <name>notify_in</name>
+ <exclusiveProvider>false</exclusiveProvider>
+ <exclusiveUser>false</exclusiveUser>
+ <optional>false</optional>
+ <provider>false</provider>
+ <supportedType>IDL:Stock/StockName:1.0</supportedType>
+ <specificType>IDL:Stock/StockName:1.0</specificType>
+ <kind>EventConsumer</kind>
+ </port>
+ <port>
+ <name>read_quoter</name>
+ <exclusiveProvider>false</exclusiveProvider>
+ <exclusiveUser>false</exclusiveUser>
+ <optional>false</optional>
+ <provider>false</provider>
+ <supportedType>IDL:Stock/StockQuoter:1.0</supportedType>
+ <specificType>IDL:Stock/StockQuoter:1.0</specificType>
+ <kind>SimplexReceptacle</kind>
+ </port>
+
+</Deployment:ComponentInterfaceDescription> \ No newline at end of file