summaryrefslogtreecommitdiff
path: root/ACEXML/examples/SAXPrint/simple.svcconf.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/examples/SAXPrint/simple.svcconf.xml')
-rw-r--r--ACEXML/examples/SAXPrint/simple.svcconf.xml38
1 files changed, 0 insertions, 38 deletions
diff --git a/ACEXML/examples/SAXPrint/simple.svcconf.xml b/ACEXML/examples/SAXPrint/simple.svcconf.xml
deleted file mode 100644
index 32afe359fdb..00000000000
--- a/ACEXML/examples/SAXPrint/simple.svcconf.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<ACE_Svc_Conf>
-<static id="ACE_Service_Manager" params="-d -p 4911"/>
-
-<dynamic id="Test_Task" type="service_object"> &#65; &amp;
- <initializer path="CCM_App" init="_make_Test_Task" params="-p 3000" />
-</dynamic>
-
-<streamdef>
- <dynamic id="CCM_App" type="stream" status="active">
- <initializer path="CCM_App" init="make_stream"/>
- </dynamic>
- <module>
- <dynamic id="Device_Adapter" type="module">
- <initializer path="CCM_App" init="make_da"/>
- </dynamic>
- <dynamic id="Event_Analyzer" type="module">
- <initializer path="CCM_App" init="make_ea"/>
- </dynamic>
- <dynamic id="Multicast_Router" type="module">
- <initializer path="CCM_App" init="make_mr" params="-p 3001"/>
- </dynamic>
- </module>
-</streamdef>
-
-<stream id="&ccm;">
- <module>
- <remove id="Device_Adapter"/>
- <!-- <remove id="Event_Analyzer"/> -->
- <!-- <remove id="Multicast_Router"/> -->
- <![CDATA[Only a text string.
-Do you &amp;expect something more? &#65;]]>
-<!-- Noticed that the "&amp;" in the above CDATA section can not be escaped. -->
- </module>
-</stream>
-
-<!-- remove CCM_App -->
-<remove id="Test_&amp;Task&#x61;bc"/>
-</ACE_Svc_Conf>