summaryrefslogtreecommitdiffstats
path: root/tags/cpp-stable-20060304/sca/samples/Calculator/CalculatorModule/sca.module.lin
blob: 2298b5910fbffefaea71a1fc574f274072e889bf (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="ASCII"?>
<module xmlns="http://www.osoa.org/xmlns/sca/0.9" 
	xmlns:v="http://www.osoa.org/xmlns/sca/values/0.9" 
	name="CalculatorModule">

	<component name="CalculatorServiceComponent">
		<implementation.cpp dll="libCalculatorModule.so" header="CalculatorImpl.h"></implementation.cpp>
                <properties> </properties>
		<references> </references>
	</component>
</module>