summaryrefslogtreecommitdiffstats
path: root/tags/cpp-0.1.incubating-M1-RC3/sca/samples/Calculator/CalculatorModule/DivideServiceImpl.componentType
blob: bda8aed044c2dfed3850d5198be4fb44e839899d (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="DivideService">
		<interface.cpp header="DivideService.h">
		</interface.cpp>
	</service>

</componentType>