mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 13:27:15 +01:00
* Fix warning about visibility change
git-svn-id: trunk@45420 -
This commit is contained in:
parent
45d08916f2
commit
2639e8af7e
@ -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