Limpieza de unidades.
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@469 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
34711f16fd
commit
ad1534cf33
@ -1,7 +0,0 @@
|
||||
object srvProvinciasPoblaciones: TsrvProvinciasPoblaciones
|
||||
OldCreateOrder = True
|
||||
Left = 200
|
||||
Top = 200
|
||||
Height = 300
|
||||
Width = 300
|
||||
end
|
||||
@ -1,56 +0,0 @@
|
||||
unit srvProvinciasPoblaciones_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. }
|
||||
{----------------------------------------------------------------------------}
|
||||
|
||||
{$I Remobjects.inc}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
{vcl:} Classes, SysUtils,
|
||||
{RemObjects:} uROXMLIntf, uROClientIntf, uROTypes, uROServer, uROServerIntf, uROSessions,
|
||||
{Required:} uRORemoteDataModule,
|
||||
{Used RODLs:} DataAbstract4_Intf,
|
||||
{Generated:} FactuGES_Intf;
|
||||
|
||||
type
|
||||
{ TsrvProvinciasPoblaciones }
|
||||
TsrvProvinciasPoblaciones = class(TRORemoteDataModule, IsrvProvinciasPoblaciones)
|
||||
private
|
||||
protected
|
||||
{ IsrvProvinciasPoblaciones methods }
|
||||
function DarListaProvincias: Binary;
|
||||
function DarListaPoblaciones(const ID_Provincia: Integer): Binary;
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
||||
{$R *.dfm}
|
||||
uses
|
||||
{Generated:} FactuGES_Invk;
|
||||
|
||||
procedure Create_srvProvinciasPoblaciones(out anInstance : IUnknown);
|
||||
begin
|
||||
anInstance := TsrvProvinciasPoblaciones.Create(nil);
|
||||
end;
|
||||
|
||||
{ srvProvinciasPoblaciones }
|
||||
function TsrvProvinciasPoblaciones.DarListaProvincias: Binary;
|
||||
begin
|
||||
end;
|
||||
|
||||
function TsrvProvinciasPoblaciones.DarListaPoblaciones(const ID_Provincia: Integer): Binary;
|
||||
begin
|
||||
end;
|
||||
|
||||
initialization
|
||||
TROClassFactory.Create('srvProvinciasPoblaciones', Create_srvProvinciasPoblaciones, TsrvProvinciasPoblaciones_Invoker);
|
||||
|
||||
finalization
|
||||
|
||||
end.
|
||||
Loading…
Reference in New Issue
Block a user