Use wst_types.pas instead of wst.inc and wst_delphi.inc

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@644 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa
2008-12-23 15:11:31 +00:00
parent 1249b16f70
commit 6b4a9600fe
2 changed files with 2 additions and 10 deletions

View File

@ -19,12 +19,9 @@ interface
uses uses
Classes, SysUtils, Classes, SysUtils,
service_intf, imp_utils, base_service_intf, service_intf, imp_utils, base_service_intf, wst_types,
IdHTTP; IdHTTP;
{$INCLUDE wst.inc}
{$INCLUDE wst_delphi.inc}
Const Const
sTRANSPORT_NAME = 'HTTP'; sTRANSPORT_NAME = 'HTTP';
@ -69,8 +66,6 @@ Type
procedure INDY_RegisterHTTP_Transport(); procedure INDY_RegisterHTTP_Transport();
implementation implementation
uses
wst_types;
{ THTTPTransport } { THTTPTransport }

View File

@ -18,10 +18,7 @@ interface
uses uses
Classes, SysUtils, TypInfo, Classes, SysUtils, TypInfo,
{$IFNDEF FPC}xmldom, wst_delphi_xml{$ELSE}DOM{$ENDIF}, {$IFNDEF FPC}xmldom, wst_delphi_xml{$ELSE}DOM{$ENDIF},
base_service_intf, service_intf, imp_utils, base_soap_formatter; wst_types, base_service_intf, service_intf, imp_utils, base_soap_formatter;
{$INCLUDE wst.inc}
{$INCLUDE wst_delphi.inc}
type type