* Made chain protected, as asked in 16899

git-svn-id: trunk@15857 -
This commit is contained in:
michael 2010-08-19 17:53:24 +00:00
parent 04bd5e208b
commit fa93751f92

View File

@ -363,8 +363,8 @@ type
function GetLoadFactor: double;
function GetAVGChainLen: double;
function GetMaxChainLength: Longword;
function Chain(const index: Longword):TFPObjectList;
protected
function Chain(const index: Longword):TFPObjectList;
Function CreateNewNode(const aKey : string) : THTCustomNode; virtual; abstract;
Procedure AddNode(ANode : THTCustomNode); virtual; abstract;
function ChainLength(const ChainIndex: Longword): Longword; virtual;