unit srvTraspasos_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, uDADataTable, uDABINAdapter, uDAClasses, uDAScriptingProvider, uDABusinessProcessor, uDADataStreamer; type { TsrvTraspasos } TsrvTraspasos = class(TDARemoteService, IsrvTraspasos) DABINAdapter: TDABINAdapter; bpTraspasos: TDABusinessProcessor; bpTraspasosAprobadas: TDABusinessProcessor; bpTraspasosPendientes: TDABusinessProcessor; schTraspasos: TDASchema; DADataDictionary1: TDADataDictionary; private protected { IsrvTraspasos methods } end; implementation {$R *.dfm} uses {Generated:} VARELA_Invk, uDataModuleServer; procedure Create_srvTraspasos(out anInstance : IUnknown); begin anInstance := TsrvTraspasos.Create(NIL); end; { srvTraspasos } initialization TROClassFactory.Create('srvTraspasos', Create_srvTraspasos, TsrvTraspasos_Invoker); finalization end.