mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 17:19:32 +02:00
* Merging revisions r45420 from trunk:
------------------------------------------------------------------------ r45420 | michael | 2020-05-18 17:06:13 +0200 (Mon, 18 May 2020) | 1 line * Fix warning about visibility change ------------------------------------------------------------------------ git-svn-id: branches/fixes_3_2@46583 -
This commit is contained in:
parent
7f5c4a96ec
commit
531d936247
@ -146,9 +146,9 @@ Type
|
||||
Procedure InitSession(AResponse : TResponse);
|
||||
Procedure UpdateSession(AResponse : TResponse);
|
||||
Procedure DoneSession; virtual;
|
||||
Procedure Notification(AComponent : TComponent;Operation : TOperation); override;
|
||||
Public
|
||||
destructor destroy; override;
|
||||
Procedure Notification(AComponent : TComponent;Operation : TOperation); override;
|
||||
Procedure HandleRequest(ARequest : TRequest; AResponse : TResponse); override;
|
||||
Property CreateSession : Boolean Read FCreateSession Write FCreateSession;
|
||||
Property Session : TCustomSession Read GetSession Write SetSession;
|
||||
|
Loading…
Reference in New Issue
Block a user