Componentes.Terceros.RemObj.../internal/5.0.24.615/1/Data Abstract for Delphi/Samples/Service Methods/ServiceMethodsLibrary_Invk.pas

37 lines
1.1 KiB
ObjectPascal

unit ServiceMethodsLibrary_Invk;
{----------------------------------------------------------------------------}
{ This unit was automatically generated by the RemObjects SDK after reading }
{ the RODL file associated with this project . }
{ }
{ Do not modify this unit manually, or your changes will be lost when this }
{ unit is regenerated the next time you compile the project. }
{----------------------------------------------------------------------------}
{$I Remobjects.inc}
interface
uses
{vcl:} Classes,
{RemObjects:} uROXMLIntf, uROServer, uROServerIntf, uROTypes, uROClientIntf,
{Used RODL Intf's:} DataAbstract4_Intf,
{Used RODL Invk's:} DataAbstract4_Invk,
{Generated:} ServiceMethodsLibrary_Intf;
type
{$M+}
TServiceMethods_Service_Invoker = class(TDataAbstractService_Invoker)
private
protected
published
end;
{$M-}
implementation
uses
{RemObjects:} uRORes, uROClient;
end.