Componentes.Terceros.RemObj.../internal/5.0.23.613/1/RemObjects SDK for Delphi/Samples/FPC Server/NewLibrary.RODL
david 2824855ea7 - Modificación del paquete RemObjects_Core_D10 para que sea un paquete de runtime/designtime (antes era designtime sólo)
- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10
- Recompilación en Delphi10 de todos los paquetes de DA para generar las DCU's en Lib\D10

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@9 b6239004-a887-0f4b-9937-50029ccdca16
2007-09-10 14:06:19 +00:00

26 lines
1.1 KiB
Plaintext

<Library Name="NewLibrary" UID="{F5424991-9C21-418D-BF23-F97AEAE00AEB}" Documentation="">
<Services>
<Service Name="NewService" UID="{965CFF29-0411-49B3-9CCC-B176FE5364AD}">
<Interfaces>
<Interface Name="Default" UID="{D45A3E97-9C6B-4B02-A547-F172EB1B15AA}" Documentation="Service NewService. This service has been automatically generated using the RODL template you can find in the Templates directory.">
<Operations>
<Operation Name="Sum" UID="{3BC17C66-229F-447A-803C-C7CE2302D92D}" Documentation="">
<Parameters>
<Parameter Name="A" DataType="Integer" Flag="In" />
<Parameter Name="B" DataType="Integer" Flag="In" />
<Parameter Name="Result" DataType="Integer" Flag="Result" />
</Parameters>
</Operation>
<Operation Name="GetServerTime" UID="{BE9683B7-87D5-47EF-83A4-7AE14D54A4F0}" Documentation="">
<Parameters>
<Parameter Name="Result" DataType="DateTime" Flag="Result" />
</Parameters>
</Operation>
</Operations>
</Interface>
</Interfaces>
</Service>
</Services>
</Library>