Varela_PuntosVenta/Source/Modulos/Devoluciones/Servidor/srvDevoluciones_Impl.pas

52 lines
1.6 KiB
ObjectPascal

unit srvDevoluciones_Impl;
{----------------------------------------------------------------------------}
{ This unit was automatically generated by the RemObjects SDK after reading }
{ the RODL file associated with this project . }
{ }
{ This is where you are supposed to code the implementation of your objects. }
{----------------------------------------------------------------------------}
interface
uses
{vcl:} Classes, SysUtils,
{RemObjects:} uROClientIntf, uROTypes, uROServer, uROServerIntf, uROSessions,
{Ancestor Implementation:} DARemoteService_Impl,
{Used RODLs:} DataAbstract3_Intf,
{Generated:} VARELA_Intf, uDAScriptingProvider, uDABusinessProcessor,
uDAClasses, uDADataTable, uDABINAdapter, uDADataStreamer;
type
{ TsrvDevoluciones }
TsrvDevoluciones = class(TDARemoteService, IsrvDevoluciones)
bpDevoluciones: TDABusinessProcessor;
bpDevolucionesAprobadas: TDABusinessProcessor;
bpDevolucionesPendientes: TDABusinessProcessor;
DABINAdapter: TDABINAdapter;
schDevoluciones: TDASchema;
DADataDictionary1: TDADataDictionary;
private
protected
{ IsrvDevoluciones methods }
end;
implementation
{$R *.dfm}
uses
{Generated:} VARELA_Invk, uDataModuleServer;
procedure Create_srvDevoluciones(out anInstance : IUnknown);
begin
anInstance := TsrvDevoluciones.Create(NIL);
end;
{ srvDevoluciones }
initialization
TROClassFactory.Create('srvDevoluciones', Create_srvDevoluciones, TsrvDevoluciones_Invoker);
finalization
end.