* Fix warning about visibility change

git-svn-id: trunk@45420 -
This commit is contained in:
michael 2020-05-18 15:06:13 +00:00
parent 45d08916f2
commit 2639e8af7e

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;