summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/Hello/descriptors/flattened_deploymentplan.cdp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/Hello/descriptors/flattened_deploymentplan.cdp')
-rw-r--r--TAO/CIAO/examples/Hello/descriptors/flattened_deploymentplan.cdp24
1 files changed, 22 insertions, 2 deletions
diff --git a/TAO/CIAO/examples/Hello/descriptors/flattened_deploymentplan.cdp b/TAO/CIAO/examples/Hello/descriptors/flattened_deploymentplan.cdp
index 6d54602b33c..7192a2bc061 100644
--- a/TAO/CIAO/examples/Hello/descriptors/flattened_deploymentplan.cdp
+++ b/TAO/CIAO/examples/Hello/descriptors/flattened_deploymentplan.cdp
@@ -96,6 +96,26 @@
</value>
</value>
</configProperty>
+ <!-- This attribute initializes an enumerated value -->
+ <configProperty>
+ <name>color</name>
+ <value>
+ <type>
+ <kind>tk_enum</kind>
+ <enum>
+ <name>COLOR_SELECTION</name>
+ <typeId>IDL:Hello/COLOR_SELECTION:1.0</typeId>
+ <member>empty</member>
+ <member>white</member>
+ <member>red</member>
+ <member>yellow</member>
+ </enum>
+ </type>
+ <value>
+ <enum>yellow</enum>
+ </value>
+ </value>
+ </configProperty>
</instance>
<instance id="Hello-Receiver-idd">
@@ -176,7 +196,7 @@
<kind>tk_string</kind>
</type>
<value>
- <string>createSenderHome_Servant</string>
+ <string>create_Hello_SenderHome_Servant</string>
</value>
</value>
</execParameter>
@@ -212,7 +232,7 @@
<kind>tk_string</kind>
</type>
<value>
- <string>createReceiverHome_Servant</string>
+ <string>create_Hello_ReceiverHome_Servant</string>
</value>
</value>
</execParameter>