Converter: reordering code

git-svn-id: trunk@39296 -
This commit is contained in:
juha 2012-11-18 11:41:34 +00:00
parent f5c07f66be
commit b7d905fbd8

View File

@ -398,6 +398,11 @@ type
{ TUnitsSearcher }
constructor TUnitsSearcher.Create(aConverter: TConvertDelphiPBase);
begin
fConverter := aConverter;
end;
procedure TUnitsSearcher.DoFileFound;
var
RelPath, SubPath, sUnitName, fn: String;
@ -415,11 +420,6 @@ begin
end;
end;
constructor TUnitsSearcher.Create(aConverter: TConvertDelphiPBase);
begin
fConverter := aConverter;
end;
{ TCacheUnitsThread }
constructor TCacheUnitsThread.Create(aConverter: TConvertDelphiPBase; aPath: string);