Componentes.Terceros.RemObj.../official/5.0.23.613/RemObjects SDK for Delphi/Samples/FPC Server/NewLibrary.RODL

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>