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;
|
||||
begin
|
||||
// AddController(TMVCStaticContents); //--daniele Static files are not handled directly by the router
|
||||
if Config[TMVCConfigKey.Messaging].Equals('true') then
|
||||
AddController(TMVCBUSController);
|
||||
end;
|
||||
|
||||
@ -2091,6 +2091,7 @@ end;
|
||||
{ TMVCApacheWebRequest }
|
||||
{$IF CompilerVersion >= 27}
|
||||
|
||||
|
||||
function TMVCApacheWebRequest.ClientIP: string;
|
||||
begin
|
||||
raise EMVCException.Create('<TMVCApacheWebRequest.ClientIP> Not implemented');
|
||||
@ -2429,6 +2430,7 @@ end;
|
||||
|
||||
{$IFDEF IOCP}
|
||||
|
||||
|
||||
constructor TMVCIOCPWebRequest.Create(AWebRequest: TWebRequest);
|
||||
begin
|
||||
inherited;
|
||||
|
Loading…
Reference in New Issue
Block a user