Fixed warning on Destroy
This commit is contained in:
parent
c0ca278638
commit
2d17084724
@ -38,7 +38,6 @@ type
|
|||||||
FServiceThread: TThread;
|
FServiceThread: TThread;
|
||||||
FAllowClose: Boolean;
|
FAllowClose: Boolean;
|
||||||
protected
|
protected
|
||||||
destructor Destroy; override;
|
|
||||||
procedure DoShow; override;
|
procedure DoShow; override;
|
||||||
|
|
||||||
procedure UpdatePredefinedControlCodes; virtual;
|
procedure UpdatePredefinedControlCodes; virtual;
|
||||||
@ -48,6 +47,8 @@ type
|
|||||||
|
|
||||||
property ServiceThread: TThread read FServiceThread;
|
property ServiceThread: TThread read FServiceThread;
|
||||||
public
|
public
|
||||||
|
destructor Destroy; override;
|
||||||
|
|
||||||
property Context: IX2ServiceContext read FContext write FContext;
|
property Context: IX2ServiceContext read FContext write FContext;
|
||||||
property Service: IX2Service read FService write FService;
|
property Service: IX2Service read FService write FService;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user