mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 15:55:54 +01:00
This commit is contained in:
parent
103bb2ab3b
commit
5a64d94e53
@ -1025,7 +1025,7 @@ end;
|
|||||||
|
|
||||||
procedure TMVCEngine.LoadSystemControllers;
|
procedure TMVCEngine.LoadSystemControllers;
|
||||||
begin
|
begin
|
||||||
// AddController(TMVCStaticContents); //--daniele Static files are not handled directly by the router
|
if Config[TMVCConfigKey.Messaging].Equals('true') then
|
||||||
AddController(TMVCBUSController);
|
AddController(TMVCBUSController);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -2091,6 +2091,7 @@ end;
|
|||||||
{ TMVCApacheWebRequest }
|
{ TMVCApacheWebRequest }
|
||||||
{$IF CompilerVersion >= 27}
|
{$IF CompilerVersion >= 27}
|
||||||
|
|
||||||
|
|
||||||
function TMVCApacheWebRequest.ClientIP: string;
|
function TMVCApacheWebRequest.ClientIP: string;
|
||||||
begin
|
begin
|
||||||
raise EMVCException.Create('<TMVCApacheWebRequest.ClientIP> Not implemented');
|
raise EMVCException.Create('<TMVCApacheWebRequest.ClientIP> Not implemented');
|
||||||
@ -2429,6 +2430,7 @@ end;
|
|||||||
|
|
||||||
{$IFDEF IOCP}
|
{$IFDEF IOCP}
|
||||||
|
|
||||||
|
|
||||||
constructor TMVCIOCPWebRequest.Create(AWebRequest: TWebRequest);
|
constructor TMVCIOCPWebRequest.Create(AWebRequest: TWebRequest);
|
||||||
begin
|
begin
|
||||||
inherited;
|
inherited;
|
||||||
|
Loading…
Reference in New Issue
Block a user