* applied fix from 12833

git-svn-id: trunk@12699 -
This commit is contained in:
florian 2009-02-07 16:13:05 +00:00
parent 0c65d53f45
commit 0bd33cbbc1

View File

@ -62,7 +62,7 @@ type
procedure Decode(aInput : Byte); inline;
procedure Close();
function ClosedP() : Boolean; inline;
property BExpectPrefix : Boolean read fBExpectBoundary write fBExpectBoundary;
property BExpectBoundary : Boolean read fBExpectBoundary write fBExpectBoundary;
protected
function GetPosition() : Int64; override;
public