summaryrefslogtreecommitdiffstats
path: root/tags/cpp-sca-20060405/samples/Calculator/CalculatorModule/sca.module
blob: c000e57411615ca3e26f64277102b1026042a77b (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="CalculatorModule.dll" header="CalculatorImpl.h"></implementation.cpp>
                <properties> </properties>
		<references> </references>
	</component>
</module>