Fastream Technologies wrote:
>    TCacheNode = class(TAvlTreeNode)
>    private
>        FKey     : String;
>        FData    : Pointer;
>        FLen     : Integer;
>        FIdxRef  : TCacheIdxNode;
>    public
>        constructor Create(Key: String; Data: Pointer; Len: Integer);
>        destructor  Destroy; override;
>        property    Key: String read FKey;
>        property    Data: Pointer read FData write FData; // could you
> add this "write FData"?? Fastream
>        property    Len: Integer read FLen;
>        property    IdxRef: TCacheIdxNode read FIdxRef;
>    end;

Done.

-- 
Arno Garrels
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to