* 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:
michael 2020-08-23 09:18:41 +00:00
parent 7f5c4a96ec
commit 531d936247

View File

@ -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;