mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-03 19:13:59 +01:00
+ Removed TDatabase.Notification (as suggested by Martin Schreiber, bug #4468
git-svn-id: trunk@1657 -
This commit is contained in:
parent
6d291bb336
commit
299ddaa1be
@ -88,13 +88,6 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
procedure TDatabase.Notification(AComponent: TComponent; Operation: TOperation);
|
||||
|
||||
begin
|
||||
//!! To be implemented.
|
||||
end;
|
||||
|
||||
constructor TDatabase.Create(AOwner: TComponent);
|
||||
|
||||
begin
|
||||
|
||||
@ -1402,7 +1402,6 @@ type
|
||||
Procedure CheckDisConnected;
|
||||
procedure InternalHandleException; virtual;
|
||||
procedure Loaded; override;
|
||||
procedure Notification(AComponent: TComponent; Operation: TOperation); override;
|
||||
Procedure DoInternalConnect; Virtual;Abstract;
|
||||
Procedure DoInternalDisConnect; Virtual;Abstract;
|
||||
public
|
||||
|
||||
Loading…
Reference in New Issue
Block a user