summaryrefslogtreecommitdiffstats
path: root/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/CalculatorImpl.componentType
blob: 2033f431bb6e5b1dd4aef3dfd3072a075b6204e9 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="ASCII"?>
<componentType xmlns="http://www.osoa.org/xmlns/sca/0.9"
               xmlns:xs="http://www.w3.org/2001/XMLSchema">

	<service name="CalculatorService">
		<interface.cpp header="Calculator.h">
		</interface.cpp>
	</service>

</componentType>