[Inetremote-cvs] plugins/test test.dpr,1.4,1.5
Status: Pre-Alpha
Brought to you by:
hennevl
|
From: <he...@us...> - 2003-03-29 11:12:48
|
Update of /cvsroot/inetremote/plugins/test
In directory sc8-pr-cvs1:/tmp/cvs-serv20230
Modified Files:
test.dpr
Log Message:
Changed plugin API
Index: test.dpr
===================================================================
RCS file: /cvsroot/inetremote/plugins/test/test.dpr,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** test.dpr 9 Mar 2003 18:18:02 -0000 1.4
--- test.dpr 29 Mar 2003 11:12:45 -0000 1.5
***************
*** 15,19 ****
uses
! SysUtils, Classes, idHTTPServer;
{$R *.res}
--- 15,19 ----
uses
! SysUtils, Classes, idCustomHTTPServer;
{$R *.res}
|